Uses of Class
org.springframework.data.jdbc.core.convert.JdbcIdentifierBuilder
Packages that use JdbcIdentifierBuilder
-
Uses of JdbcIdentifierBuilder in org.springframework.data.jdbc.core.convert
Methods in org.springframework.data.jdbc.core.convert that return JdbcIdentifierBuilderModifier and TypeMethodDescriptionstatic JdbcIdentifierBuilderJdbcIdentifierBuilder.empty()static JdbcIdentifierBuilderJdbcIdentifierBuilder.forBackReferences(JdbcConverter converter, org.springframework.data.relational.core.mapping.AggregatePath path, Object value) Creates ParentKeys with backreference for the given path and value of the parents id.static JdbcIdentifierBuilderJdbcIdentifierBuilder.forBackReferences(JdbcConverter converter, org.springframework.data.relational.core.mapping.PersistentPropertyPathExtension path, Object value) Deprecated, for removal: This API element is subject to removal in a future version.JdbcIdentifierBuilder.withQualifier(org.springframework.data.relational.core.mapping.AggregatePath path, Object value) Adds a qualifier to the identifier to build.JdbcIdentifierBuilder.withQualifier(org.springframework.data.relational.core.mapping.PersistentPropertyPathExtension path, Object value) Deprecated.
forBackReferences(JdbcConverter, AggregatePath, Object)instead.