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 JdbcQueryMethodMethods in org.springframework.data.jdbc.repository.query with parameters of type JdbcQueryMethodModifier and TypeMethodDescriptionprotected org.springframework.data.jdbc.repository.query.JdbcQueryExecution<?>AbstractJdbcQuery.getQueryExecution(JdbcQueryMethod queryMethod, ResultSetExtractor<?> extractor, RowMapper<?> rowMapper) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.springframework.data.jdbc.repository.query with parameters of type JdbcQueryMethodModifierConstructorDescriptionPartTreeJdbcQuery(RelationalMappingContext context, JdbcQueryMethod queryMethod, Dialect dialect, JdbcConverter converter, NamedParameterJdbcOperations operations, AbstractJdbcQuery.RowMapperFactory rowMapperFactory) Creates a newPartTreeJdbcQuery.PartTreeJdbcQuery(RelationalMappingContext context, JdbcQueryMethod queryMethod, 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.
AbstractJdbcQuery.createReadingQueryExecution(ResultSetExtractor, RowMapper)instead.