| Package | Description |
|---|---|
| org.springframework.data.jdbc.core |
Core JDBC implementation.
|
| org.springframework.data.jdbc.repository.config | |
| org.springframework.data.jdbc.repository.support |
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcAggregateTemplate
JdbcAggregateOperations implementation, storing aggregates in and obtaining them from a JDBC data store. |
| Modifier and Type | Method and Description |
|---|---|
JdbcAggregateOperations |
JdbcConfiguration.jdbcAggregateOperations(ApplicationEventPublisher publisher,
RelationalMappingContext context,
JdbcConverter converter,
NamedParameterJdbcOperations operations)
Deprecated.
Register a
JdbcAggregateTemplate as a bean for easy use in applications that need a lower level of
abstraction than the normal repository abstraction. |
| Constructor and Description |
|---|
SimpleJdbcRepository(@NonNull JdbcAggregateOperations entityOperations,
@NonNull PersistentEntity<T,?> entity) |
Copyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.