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 JdbcQueryMethodModifierConstructorDescriptionPartTreeJdbcQuery(org.springframework.data.relational.core.mapping.RelationalMappingContext context, JdbcQueryMethod queryMethod, org.springframework.data.relational.core.dialect.Dialect dialect, JdbcConverter converter, NamedParameterJdbcOperations operations, AbstractJdbcQuery.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(JdbcQueryMethod queryMethod, NamedParameterJdbcOperations operations, AbstractJdbcQuery.RowMapperFactory rowMapperFactory, JdbcConverter converter, QueryMethodEvaluationContextProvider evaluationContextProvider) Creates a newStringBasedJdbcQueryfor the givenJdbcQueryMethod,RelationalMappingContextandAbstractJdbcQuery.RowMapperFactory.StringBasedJdbcQuery(JdbcQueryMethod queryMethod, NamedParameterJdbcOperations operations, RowMapper<?> defaultRowMapper, JdbcConverter converter, QueryMethodEvaluationContextProvider evaluationContextProvider) Creates a newStringBasedJdbcQueryfor the givenJdbcQueryMethod,RelationalMappingContextandRowMapper.