Uses of Class
org.springframework.data.jdbc.core.convert.InsertSubject
Packages that use InsertSubject
Package
Description
JDBC-specific conversion classes.
-
Uses of InsertSubject in org.springframework.data.jdbc.core.convert
Methods in org.springframework.data.jdbc.core.convert that return InsertSubjectModifier and TypeMethodDescriptionstatic <T> InsertSubject<T> InsertSubject.describedBy(T instance, Identifier identifier) Method parameters in org.springframework.data.jdbc.core.convert with type arguments of type InsertSubjectModifier and TypeMethodDescriptionCascadingDataAccessStrategy.insert(List<InsertSubject<T>> insertSubjects, Class<T> domainType, org.springframework.data.relational.core.conversion.IdValueSource idValueSource) DataAccessStrategy.insert(List<InsertSubject<T>> insertSubjects, Class<T> domainType, org.springframework.data.relational.core.conversion.IdValueSource idValueSource) Inserts the data of multiple entities.DefaultDataAccessStrategy.insert(List<InsertSubject<T>> insertSubjects, Class<T> domainType, org.springframework.data.relational.core.conversion.IdValueSource idValueSource) DelegatingDataAccessStrategy.insert(List<InsertSubject<T>> insertSubjects, Class<T> domainType, org.springframework.data.relational.core.conversion.IdValueSource idValueSource) -
Uses of InsertSubject in org.springframework.data.jdbc.mybatis
Method parameters in org.springframework.data.jdbc.mybatis with type arguments of type InsertSubject