Uses of Package
org.springframework.data.jdbc.core.convert
Packages that use org.springframework.data.jdbc.core.convert
Package
Description
Core JDBC implementation.
JDBC-specific conversion classes.
Query derivation mechanism for JDBC specific repositories.
-
Classes in org.springframework.data.jdbc.core.convert used by org.springframework.data.jdbc.coreClassDescriptionAbstraction 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
JdbcAggregateOperationswhich provides interactions related to complete aggregates.AJdbcConverteris responsible for converting for values to the native relational representation and vice versa. -
Classes in org.springframework.data.jdbc.core.convert used by org.springframework.data.jdbc.core.convertClassDescriptionAbstraction 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
JdbcAggregateOperationswhich provides interactions related to complete aggregates.Identifier represents a composite id of an entity that may be composed of one or many parts.Represents an operation that accepts identifier key parts (name, value andtarget type) defining a contract to consumeIdentifiervalues.Factory which selects and builds the appropriateInsertStrategyorBatchInsertStrategybased on whether the insert is expected to generate ids.The subject of an insert, described by the entity instance and itsIdentifier, where identifier contains information about data that needs to be considered for the insert but which is not part of the entity.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.DefaultArrayColumnsimplementation for dialects that do not support array-typed columns.Deprecated, for removal: This API element is subject to removal in a future version.DefaultArrayColumnsimplementation for dialects that do not support array-typed columns.Utility that determines the necessary type conversions between Java types used in the domain model and types compatible with JDBC drivers.AJdbcConverteris responsible for converting for values to the native relational representation and vice versa.Builder forIdentifier.Allows the creation of instances of database dependent types, e.g.Value object to represent a field and its meta-information.Resolves relations within an aggregate.ProvidesSqlGenerators per domain type.Creates theSqlIdentifierParameterSourcefor various SQL operations, dialect identifier processing rules and applicable converters. -
Classes in org.springframework.data.jdbc.core.convert used by org.springframework.data.jdbc.mybatisClassDescriptionAbstraction 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
JdbcAggregateOperationswhich provides interactions related to complete aggregates.Identifier represents a composite id of an entity that may be composed of one or many parts.The subject of an insert, described by the entity instance and itsIdentifier, where identifier contains information about data that needs to be considered for the insert but which is not part of the entity.AJdbcConverteris responsible for converting for values to the native relational representation and vice versa.Resolves relations within an aggregate. -
Classes in org.springframework.data.jdbc.core.convert used by org.springframework.data.jdbc.repository.configClassDescriptionAbstraction 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
JdbcAggregateOperationswhich provides interactions related to complete aggregates.Callback for generating identifier values through a database sequence.AJdbcConverteris responsible for converting for values to the native relational representation and vice versa.Value object to capture custom conversion.Resolves relations within an aggregate. -
Classes in org.springframework.data.jdbc.core.convert used by org.springframework.data.jdbc.repository.queryClassDescriptionA
JdbcConverteris responsible for converting for values to the native relational representation and vice versa. -
Classes in org.springframework.data.jdbc.core.convert used by org.springframework.data.jdbc.repository.supportClassDescriptionAbstraction 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
JdbcAggregateOperationswhich provides interactions related to complete aggregates.AJdbcConverteris responsible for converting for values to the native relational representation and vice versa.
JdbcArrayColumns.