Uses of Interface
org.springframework.data.jdbc.repository.query.AbstractJdbcQuery.RowMapperFactory
Packages that use AbstractJdbcQuery.RowMapperFactory
Package
Description
Query derivation mechanism for JDBC specific repositories.
-
Uses of AbstractJdbcQuery.RowMapperFactory in org.springframework.data.jdbc.repository.query
Constructors in org.springframework.data.jdbc.repository.query with parameters of type AbstractJdbcQuery.RowMapperFactoryModifierConstructorDescriptionPartTreeJdbcQuery(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.StringBasedJdbcQuery(JdbcQueryMethod queryMethod, NamedParameterJdbcOperations operations, AbstractJdbcQuery.RowMapperFactory rowMapperFactory, JdbcConverter converter, QueryMethodEvaluationContextProvider evaluationContextProvider) Creates a newStringBasedJdbcQueryfor the givenJdbcQueryMethod,RelationalMappingContextandAbstractJdbcQuery.RowMapperFactory.