Uses of Class
org.springframework.data.jdbc.repository.query.JdbcQueryMethod
Packages that use JdbcQueryMethod
Package
Description
Query derivation mechanism for JDBC specific repositories.
-
Uses of JdbcQueryMethod in org.springframework.data.jdbc.repository.query
Methods in org.springframework.data.jdbc.repository.query that return JdbcQueryMethodConstructors in org.springframework.data.jdbc.repository.query with parameters of type JdbcQueryMethodModifierConstructorDescriptionJdbcCountQueryCreator(PartTree tree, JdbcConverter converter, org.springframework.data.relational.core.dialect.Dialect dialect, JdbcQueryMethod queryMethod, org.springframework.data.relational.repository.query.RelationalParameterAccessor accessor, ReturnedType returnedType) JdbcQueryCreator(PartTree tree, JdbcConverter converter, org.springframework.data.relational.core.dialect.Dialect dialect, JdbcQueryMethod queryMethod, org.springframework.data.relational.repository.query.RelationalParameterAccessor accessor, ReturnedType returnedType) Creates new instance of this class with the givenPartTree,JdbcConverter,Dialect,JdbcQueryMethodandRelationalParameterAccessor.PartTreeJdbcQuery(JdbcQueryMethod queryMethod, JdbcAggregateOperations operations, RowMapperFactory rowMapperFactory) Creates a newPartTreeJdbcQuery.PartTreeJdbcQuery(JdbcQueryMethod queryMethod, org.springframework.data.relational.core.dialect.Dialect dialect, JdbcConverter converter, NamedParameterJdbcOperations operations, RowMapperFactory rowMapperFactory) Creates a newPartTreeJdbcQuery.PartTreeJdbcQuery(org.springframework.data.relational.core.mapping.RelationalMappingContext context, JdbcQueryMethod queryMethod, org.springframework.data.relational.core.dialect.Dialect dialect, JdbcConverter converter, NamedParameterJdbcOperations operations, RowMapperFactory rowMapperFactory) Creates a newPartTreeJdbcQuery.PartTreeJdbcQuery(org.springframework.data.relational.core.mapping.RelationalMappingContext context, JdbcQueryMethod queryMethod, org.springframework.data.relational.core.dialect.Dialect dialect, JdbcConverter converter, NamedParameterJdbcOperations operations, RowMapper<Object> rowMapper) Creates a newPartTreeJdbcQuery.StringBasedJdbcQuery(String query, JdbcQueryMethod queryMethod, JdbcAggregateOperations operations, RowMapperFactory rowMapperFactory, ValueExpressionDelegate delegate) Creates a newStringBasedJdbcQueryfor the givenJdbcQueryMethod,JdbcAggregateOperationsandRowMapperFactory.StringBasedJdbcQuery(String query, JdbcQueryMethod queryMethod, NamedParameterJdbcOperations operations, RowMapperFactory rowMapperFactory, JdbcConverter converter, ValueExpressionDelegate delegate) Creates a newStringBasedJdbcQueryfor the givenJdbcQueryMethod,RelationalMappingContextandRowMapperFactory.StringBasedJdbcQuery(JdbcQueryMethod queryMethod, NamedParameterJdbcOperations operations, RowMapperFactory rowMapperFactory, JdbcConverter converter, ValueExpressionDelegate delegate) Creates a newStringBasedJdbcQueryfor the givenJdbcQueryMethod,RelationalMappingContextandRowMapperFactory.