public class JdbcIdentifierBuilder extends Object
Identifier
. Mainly for internal use within the frameworkModifier and Type | Method and Description |
---|---|
Identifier |
build() |
static JdbcIdentifierBuilder |
empty() |
static JdbcIdentifierBuilder |
forBackReferences(JdbcConverter converter,
PersistentPropertyPathExtension path,
Object value)
Creates ParentKeys with backreference for the given path and value of the parents id.
|
JdbcIdentifierBuilder |
withQualifier(PersistentPropertyPathExtension path,
Object value)
Adds a qualifier to the identifier to build.
|
public static JdbcIdentifierBuilder empty()
public static JdbcIdentifierBuilder forBackReferences(JdbcConverter converter, PersistentPropertyPathExtension path, @Nullable Object value)
public JdbcIdentifierBuilder withQualifier(PersistentPropertyPathExtension path, Object value)
path
- path to the map that gets qualified by value
. Must not be null.value
- map key or list index qualifying the map identified by path
. Must not be null.public Identifier build()
Copyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.