Uses of Interface
org.springframework.data.jdbc.repository.query.RowMapperFactory
Packages that use RowMapperFactory
Package
Description
Ahead-of-Time (AOT) generation for Spring Data JDBC repositories.
Query derivation mechanism for JDBC specific repositories.
Support classes for integration of the repository programming model with JDBC.
-
Uses of RowMapperFactory in org.springframework.data.jdbc.repository.aot
Methods in org.springframework.data.jdbc.repository.aot that return RowMapperFactoryModifier and TypeMethodDescriptionprotected RowMapperFactoryAotRepositoryFragmentSupport.getRowMapperFactory()Constructors in org.springframework.data.jdbc.repository.aot with parameters of type RowMapperFactoryModifierConstructorDescriptionprotectedAotRepositoryFragmentSupport(JdbcAggregateOperations operations, RowMapperFactory rowMapperFactory, RepositoryMetadata repositoryMetadata, ValueExpressionDelegate valueExpressions, ProjectionFactory projectionFactory) protectedAotRepositoryFragmentSupport(JdbcAggregateOperations operations, RowMapperFactory rowMapperFactory, RepositoryFactoryBeanSupport.FragmentCreationContext context) -
Uses of RowMapperFactory in org.springframework.data.jdbc.repository.query
Constructors in org.springframework.data.jdbc.repository.query with parameters of type RowMapperFactoryModifierConstructorDescriptionPartTreeJdbcQuery(JdbcQueryMethod queryMethod, JdbcAggregateOperations operations, RowMapperFactory rowMapperFactory) Creates a newPartTreeJdbcQuery.PartTreeJdbcQuery(JdbcQueryMethod queryMethod, Dialect dialect, JdbcConverter converter, NamedParameterJdbcOperations operations, RowMapperFactory rowMapperFactory) Creates a newPartTreeJdbcQuery.PartTreeJdbcQuery(RelationalMappingContext context, JdbcQueryMethod queryMethod, Dialect dialect, JdbcConverter converter, NamedParameterJdbcOperations operations, RowMapperFactory rowMapperFactory) 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. -
Uses of RowMapperFactory in org.springframework.data.jdbc.repository.support
Classes in org.springframework.data.jdbc.repository.support that implement RowMapperFactoryModifier and TypeClassDescriptionclassThisRowMapperFactoryimplementation extends theDefaultRowMapperFactoryby adding the capabilities to loadRowMapperorResultSetExtractorbeans by their names inBeanFactory.classDefault implementation ofRowMapperFactory.