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 IdentifierJdbcIdentifierBuilder.forBackReference(JdbcConverter converter, AggregatePath path, Identifier defaultIdentifier, Function<AggregatePath, Object> valueProvider) static IdentifierIdentifier.from(Map<SqlIdentifier, Object> map) Creates anIdentifierfrom aMapof name to value tuples.InsertSubject.getIdentifier()static IdentifierIdentifier.of(SqlIdentifier name, Object value, Class<?> targetType) Identifier.withPart(Identifier identifier) Creates a newIdentifierfrom the current instance and sets the value fromIdentifier.Identifier.withPart(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 RelationalPersistentProperty> path) DataAccessStrategy.findAllByPath(Identifier identifier, PersistentPropertyPath<? extends RelationalPersistentProperty> path) DefaultDataAccessStrategy.findAllByPath(Identifier identifier, PersistentPropertyPath<? extends RelationalPersistentProperty> propertyPath) DelegatingDataAccessStrategy.findAllByPath(Identifier identifier, PersistentPropertyPath<? extends RelationalPersistentProperty> path) RelationResolver.findAllByPath(Identifier identifier, PersistentPropertyPath<? extends RelationalPersistentProperty> path) Finds all entities reachable via path.static IdentifierJdbcIdentifierBuilder.forBackReference(JdbcConverter converter, AggregatePath path, Identifier defaultIdentifier, Function<AggregatePath, Object> valueProvider) <T> @Nullable ObjectCascadingDataAccessStrategy.insert(T instance, Class<T> domainType, Identifier identifier, IdValueSource idValueSource) <T> @Nullable ObjectDataAccessStrategy.insert(T instance, Class<T> domainType, Identifier identifier, IdValueSource idValueSource) Inserts the data of a single entity.<T> @Nullable ObjectDefaultDataAccessStrategy.insert(T instance, Class<T> domainType, Identifier identifier, IdValueSource idValueSource) <T> @Nullable ObjectDelegatingDataAccessStrategy.insert(T instance, Class<T> domainType, Identifier identifier, IdValueSource idValueSource) default <R> RJdbcConverter.readAndResolve(Class<R> type, RowDocument source, Identifier identifier) Read aRowDocumentinto the requestedaggregate typeand resolve references by looking these up fromRelationResolver.<R> RJdbcConverter.readAndResolve(org.springframework.data.core.TypeInformation<R> type, RowDocument source, Identifier identifier) Read aRowDocumentinto the requestedaggregate typeand resolve references by looking these up fromRelationResolver.<R> RMappingJdbcConverter.readAndResolve(org.springframework.data.core.TypeInformation<R> type, RowDocument source, Identifier identifier) Identifier.withPart(Identifier identifier) Creates a newIdentifierfrom the current instance and sets the value fromIdentifier.Constructors in org.springframework.data.jdbc.core.convert with parameters of type IdentifierModifierConstructorDescriptionEntityRowMapper(AggregatePath path, JdbcConverter converter, Identifier identifier) -
Uses of Identifier in org.springframework.data.jdbc.mybatis
Methods in org.springframework.data.jdbc.mybatis that return IdentifierModifier and TypeMethodDescription@Nullable IdentifierMyBatisContext.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 RelationalPersistentProperty> path) <T> @Nullable ObjectMyBatisDataAccessStrategy.insert(T instance, Class<T> domainType, Identifier identifier, IdValueSource idValueSource) Constructors in org.springframework.data.jdbc.mybatis with parameters of type IdentifierModifierConstructorDescriptionMyBatisContext(Identifier identifier, @Nullable Object instance, @Nullable Class<?> domainType)