Uses of Interface
org.springframework.data.jdbc.core.JdbcAggregateOperations
Packages that use JdbcAggregateOperations
Package
Description
Core JDBC implementation.
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 JdbcAggregateOperations in org.springframework.data.jdbc.core
Classes in org.springframework.data.jdbc.core that implement JdbcAggregateOperationsModifier and TypeClassDescriptionclassJdbcAggregateOperationsimplementation, storing aggregates in and obtaining them from a JDBC data store. -
Uses of JdbcAggregateOperations in org.springframework.data.jdbc.repository.aot
Methods in org.springframework.data.jdbc.repository.aot that return JdbcAggregateOperationsModifier and TypeMethodDescriptionprotected JdbcAggregateOperationsAotRepositoryFragmentSupport.getOperations()Constructors in org.springframework.data.jdbc.repository.aot with parameters of type JdbcAggregateOperationsModifierConstructorDescriptionprotectedAotRepositoryFragmentSupport(JdbcAggregateOperations operations, RowMapperFactory rowMapperFactory, RepositoryMetadata repositoryMetadata, ValueExpressionDelegate valueExpressions, ProjectionFactory projectionFactory) protectedAotRepositoryFragmentSupport(JdbcAggregateOperations operations, RowMapperFactory rowMapperFactory, RepositoryFactoryBeanSupport.FragmentCreationContext context) -
Uses of JdbcAggregateOperations in org.springframework.data.jdbc.repository.query
Constructors in org.springframework.data.jdbc.repository.query with parameters of type JdbcAggregateOperationsModifierConstructorDescriptionPartTreeJdbcQuery(JdbcQueryMethod queryMethod, JdbcAggregateOperations operations, RowMapperFactory rowMapperFactory) Creates a newPartTreeJdbcQuery.StringBasedJdbcQuery(String query, JdbcQueryMethod queryMethod, JdbcAggregateOperations operations, RowMapperFactory rowMapperFactory, ValueExpressionDelegate delegate) Creates a newStringBasedJdbcQueryfor the givenJdbcQueryMethod,JdbcAggregateOperationsandRowMapperFactory. -
Uses of JdbcAggregateOperations in org.springframework.data.jdbc.repository.support
Methods in org.springframework.data.jdbc.repository.support with parameters of type JdbcAggregateOperationsModifier and TypeMethodDescriptionvoidJdbcRepositoryFactoryBean.setJdbcAggregateOperations(JdbcAggregateOperations jdbcAggregateOperations) Set theJdbcAggregateOperationsto use for this factory bean.Constructors in org.springframework.data.jdbc.repository.support with parameters of type JdbcAggregateOperationsModifierConstructorDescriptionBeanFactoryAwareRowMapperFactory(BeanFactory beanFactory, JdbcAggregateOperations operations, QueryMappingConfiguration queryMappingConfiguration) Create aBeanFactoryAwareRowMapperFactoryinstance using the givenBeanFactory,JdbcAggregateOperationsandQueryMappingConfiguration.DefaultRowMapperFactory(JdbcAggregateOperations operations, QueryMappingConfiguration queryMappingConfiguration) JdbcRepositoryFactory(JdbcAggregateOperations operations) Creates a newJdbcRepositoryFactoryfor the givenJdbcAggregateOperations.SimpleJdbcRepository(JdbcAggregateOperations entityOperations, PersistentEntity<T, ?> entity, JdbcConverter converter)