| Package | Description |
|---|---|
| org.springframework.data.jdbc.core |
Core JDBC implementation.
|
| org.springframework.data.jdbc.core.convert |
JDBC-specific conversion classes.
|
| org.springframework.data.jdbc.mybatis | |
| org.springframework.data.jdbc.repository.config | |
| org.springframework.data.jdbc.repository.query |
Query derivation mechanism for JDBC specific repositories.
|
| org.springframework.data.jdbc.repository.support |
| Class and Description |
|---|
| DataAccessStrategy
Abstraction for accesses to the database that should be implementable with a single SQL statement per method and
relates to a single entity as opposed to
JdbcAggregateOperations which provides interactions related to
complete aggregates. |
| JdbcConverter
A
JdbcConverter is responsible for converting for values to the native relational representation and vice
versa. |
| Class and Description |
|---|
| BatchJdbcOperations
Counterpart to
NamedParameterJdbcOperations containing methods for
performing batch updates with generated keys. |
| DataAccessStrategy
Abstraction for accesses to the database that should be implementable with a single SQL statement per method and
relates to a single entity as opposed to
JdbcAggregateOperations which provides interactions related to
complete aggregates. |
| Identifier
Identifier represents a composite id of an entity that may be composed of one or many parts.
|
| Identifier.IdentifierConsumer
Represents an operation that accepts identifier key parts (name, value and
target type) defining a
contract to consume Identifier values. |
| InsertStrategyFactory
Factory which selects and builds the appropriate
InsertStrategy or BatchInsertStrategy based on
whether the insert is expected to generate ids. |
| InsertSubject
The subject of an insert, described by the entity instance and its
Identifier, where identifier contains
information about data that needs to be considered for the insert but which is not part of the entity. |
| JdbcColumnTypes
Utility that determines the necessary type conversions between Java types used in the domain model and types
compatible with JDBC drivers.
|
| JdbcConverter
A
JdbcConverter is responsible for converting for values to the native relational representation and vice
versa. |
| JdbcIdentifierBuilder
Builder for
Identifier. |
| JdbcTypeFactory
Allows the creation of instances of database dependent types, e.g.
|
| JdbcValue
Deprecated.
use
JdbcValue |
| Jsr310TimestampBasedConverters.InstantToTimestampConverter |
| Jsr310TimestampBasedConverters.LocalDateTimeToTimestampConverter |
| Jsr310TimestampBasedConverters.LocalDateToTimestampConverter |
| Jsr310TimestampBasedConverters.LocalTimeToTimestampConverter |
| Jsr310TimestampBasedConverters.TimestampToInstantConverter |
| Jsr310TimestampBasedConverters.TimestampToLocalDateConverter |
| Jsr310TimestampBasedConverters.TimestampToLocalDateTimeConverter |
| Jsr310TimestampBasedConverters.TimestampToLocalTimeConverter |
| RelationResolver
Resolves relations within an aggregate.
|
| SqlGeneratorSource
Provides
SqlGenerators per domain type. |
| SqlParametersFactory
Creates the
SqlIdentifierParameterSource for various SQL operations, dialect identifier processing rules and
applicable converters. |
| Class and Description |
|---|
| DataAccessStrategy
Abstraction for accesses to the database that should be implementable with a single SQL statement per method and
relates to a single entity as opposed to
JdbcAggregateOperations which provides interactions related to
complete aggregates. |
| Identifier
Identifier represents a composite id of an entity that may be composed of one or many parts.
|
| InsertSubject
The subject of an insert, described by the entity instance and its
Identifier, where identifier contains
information about data that needs to be considered for the insert but which is not part of the entity. |
| JdbcConverter
A
JdbcConverter is responsible for converting for values to the native relational representation and vice
versa. |
| RelationResolver
Resolves relations within an aggregate.
|
| Class and Description |
|---|
| DataAccessStrategy
Abstraction for accesses to the database that should be implementable with a single SQL statement per method and
relates to a single entity as opposed to
JdbcAggregateOperations which provides interactions related to
complete aggregates. |
| JdbcConverter
A
JdbcConverter is responsible for converting for values to the native relational representation and vice
versa. |
| JdbcCustomConversions
Value object to capture custom conversion.
|
| RelationResolver
Resolves relations within an aggregate.
|
| Class and Description |
|---|
| JdbcConverter
A
JdbcConverter is responsible for converting for values to the native relational representation and vice
versa. |
| Class and Description |
|---|
| DataAccessStrategy
Abstraction for accesses to the database that should be implementable with a single SQL statement per method and
relates to a single entity as opposed to
JdbcAggregateOperations which provides interactions related to
complete aggregates. |
| JdbcConverter
A
JdbcConverter is responsible for converting for values to the native relational representation and vice
versa. |
Copyright © 2017–2022 Pivotal Software, Inc.. All rights reserved.