Uses of Class
org.springframework.data.jdbc.core.convert.SqlGeneratorSource
Packages that use SqlGeneratorSource
Package
Description
JDBC-specific conversion classes.
Query derivation mechanism for JDBC specific repositories.
-
Uses of SqlGeneratorSource in org.springframework.data.jdbc.core.convert
Constructors in org.springframework.data.jdbc.core.convert with parameters of type SqlGeneratorSourceModifierConstructorDescriptionDataAccessStrategyFactory(SqlGeneratorSource sqlGeneratorSource, JdbcConverter converter, NamedParameterJdbcOperations operations, SqlParametersFactory sqlParametersFactory, InsertStrategyFactory insertStrategyFactory, QueryMappingConfiguration queryMappingConfiguration) Creates a newDataAccessStrategyFactory.DefaultDataAccessStrategy(SqlGeneratorSource sqlGeneratorSource, org.springframework.data.relational.core.mapping.RelationalMappingContext context, JdbcConverter converter, NamedParameterJdbcOperations operations, SqlParametersFactory sqlParametersFactory, InsertStrategyFactory insertStrategyFactory, QueryMappingConfiguration queryMappingConfiguration) Creates aDefaultDataAccessStrategy -
Uses of SqlGeneratorSource in org.springframework.data.jdbc.repository.query
Constructors in org.springframework.data.jdbc.repository.query with parameters of type SqlGeneratorSourceModifierConstructorDescriptionJdbcQueryCreator(org.springframework.data.relational.core.mapping.RelationalMappingContext context, PartTree tree, JdbcConverter converter, org.springframework.data.relational.core.dialect.Dialect dialect, org.springframework.data.relational.repository.query.RelationalEntityMetadata<?> entityMetadata, org.springframework.data.relational.repository.query.RelationalParameterAccessor accessor, boolean isSliceQuery, ReturnedType returnedType, Optional<org.springframework.data.relational.repository.Lock> lockMode, SqlGeneratorSource sqlGeneratorSource) Creates new instance of this class with the givenPartTree,JdbcConverter,Dialect,RelationalEntityMetadataandRelationalParameterAccessor.