Uses of Class
org.springframework.data.jdbc.core.convert.Identifier
Packages that use Identifier
Package
Description
JDBC-specific conversion classes.
-
Uses of Identifier in org.springframework.data.jdbc.core.convert
Methods in org.springframework.data.jdbc.core.convert that return IdentifierModifier and TypeMethodDescriptionJdbcIdentifierBuilder.build()static IdentifierIdentifier.empty()Returns an emptyIdentifier.static IdentifierCreates anIdentifierfrom aMapof name to value tuples.InsertSubject.getIdentifier()static IdentifierIdentifier.of(org.springframework.data.relational.core.sql.SqlIdentifier name, Object value, Class<?> targetType) Identifier.withPart(org.springframework.data.relational.core.sql.SqlIdentifier name, Object value, Class<?> targetType) Creates a newIdentifierfrom the current instance and sets the value forkey.Methods in org.springframework.data.jdbc.core.convert with parameters of type IdentifierModifier and TypeMethodDescriptionstatic <T> InsertSubject<T>InsertSubject.describedBy(T instance, Identifier identifier) CascadingDataAccessStrategy.findAllByPath(Identifier identifier, PersistentPropertyPath<? extends org.springframework.data.relational.core.mapping.RelationalPersistentProperty> path) DataAccessStrategy.findAllByPath(Identifier identifier, PersistentPropertyPath<? extends org.springframework.data.relational.core.mapping.RelationalPersistentProperty> path) DefaultDataAccessStrategy.findAllByPath(Identifier identifier, PersistentPropertyPath<? extends org.springframework.data.relational.core.mapping.RelationalPersistentProperty> propertyPath) DelegatingDataAccessStrategy.findAllByPath(Identifier identifier, PersistentPropertyPath<? extends org.springframework.data.relational.core.mapping.RelationalPersistentProperty> path) RelationResolver.findAllByPath(Identifier identifier, PersistentPropertyPath<? extends org.springframework.data.relational.core.mapping.RelationalPersistentProperty> path) Finds all entities reachable via path.<T> ObjectCascadingDataAccessStrategy.insert(T instance, Class<T> domainType, Identifier identifier, org.springframework.data.relational.core.conversion.IdValueSource idValueSource) <T> ObjectDataAccessStrategy.insert(T instance, Class<T> domainType, Identifier identifier, org.springframework.data.relational.core.conversion.IdValueSource idValueSource) Inserts the data of a single entity.<T> ObjectDefaultDataAccessStrategy.insert(T instance, Class<T> domainType, Identifier identifier, org.springframework.data.relational.core.conversion.IdValueSource idValueSource) <T> ObjectDelegatingDataAccessStrategy.insert(T instance, Class<T> domainType, Identifier identifier, org.springframework.data.relational.core.conversion.IdValueSource idValueSource) default <T> TJdbcConverter.mapRow(org.springframework.data.relational.core.mapping.PersistentPropertyPathExtension path, ResultSet resultSet, Identifier identifier, Object key) Deprecated, for removal: This API element is subject to removal in a future version.default <R> RJdbcConverter.readAndResolve(Class<R> type, org.springframework.data.relational.domain.RowDocument source, Identifier identifier) Read aRowDocumentinto the requestedaggregate typeand resolve references by looking these up fromRelationResolver.<R> RJdbcConverter.readAndResolve(TypeInformation<R> type, org.springframework.data.relational.domain.RowDocument source, Identifier identifier) Read aRowDocumentinto the requestedaggregate typeand resolve references by looking these up fromRelationResolver.<R> RMappingJdbcConverter.readAndResolve(TypeInformation<R> type, org.springframework.data.relational.domain.RowDocument source, Identifier identifier) Constructors in org.springframework.data.jdbc.core.convert with parameters of type IdentifierModifierConstructorDescriptionEntityRowMapper(org.springframework.data.relational.core.mapping.AggregatePath path, JdbcConverter converter, Identifier identifier) EntityRowMapper(org.springframework.data.relational.core.mapping.PersistentPropertyPathExtension path, JdbcConverter converter, Identifier identifier) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Identifier in org.springframework.data.jdbc.mybatis
Methods in org.springframework.data.jdbc.mybatis that return IdentifierModifier and TypeMethodDescriptionMyBatisContext.getIdentifier()TheIdentifierfor a path to query.Methods in org.springframework.data.jdbc.mybatis with parameters of type IdentifierModifier and TypeMethodDescriptionMyBatisDataAccessStrategy.findAllByPath(Identifier identifier, PersistentPropertyPath<? extends org.springframework.data.relational.core.mapping.RelationalPersistentProperty> path) <T> ObjectMyBatisDataAccessStrategy.insert(T instance, Class<T> domainType, Identifier identifier, org.springframework.data.relational.core.conversion.IdValueSource idValueSource) Constructors in org.springframework.data.jdbc.mybatis with parameters of type IdentifierModifierConstructorDescriptionMyBatisContext(Identifier identifier, Object instance, Class<?> domainType)
JdbcConverter.readAndResolve(Class, RowDocument, Identifier)instead.