| Package | Description |
|---|---|
| org.springframework.data.jdbc.core.convert |
| Modifier and Type | Method and Description |
|---|---|
static Identifier |
Identifier.empty()
Returns an empty
Identifier. |
static Identifier |
Identifier.from(Map<SqlIdentifier,Object> map)
Creates an
Identifier from a Map of name to value tuples. |
static Identifier |
Identifier.of(SqlIdentifier name,
Object value,
Class<?> targetType)
|
Identifier |
Identifier.withPart(SqlIdentifier name,
Object value,
Class<?> targetType)
Creates a new
Identifier from the current instance and sets the value for key. |
Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.