| Package | Description |
|---|---|
| org.springframework.data.jdbc.core.convert |
JDBC-specific conversion classes.
|
| org.springframework.data.jdbc.mybatis | |
| org.springframework.data.relational.core.conversion | |
| org.springframework.data.relational.core.mapping.event |
| Class and Description |
|---|
BasicRelationalConverter
RelationalConverter that uses a MappingContext to apply basic conversion of relational values to
property values. |
| IdValueSource
Enumeration describing the source of a value for an id property.
|
| RelationalConverter
A
RelationalConverter is responsible for converting for values to the native relational representation and
vice versa. |
| Class and Description |
|---|
| IdValueSource
Enumeration describing the source of a value for an id property.
|
| Class and Description |
|---|
| AggregateChange
Represents the change happening to the aggregate (as used in the context of Domain Driven Design) as a whole.
|
| AggregateChange.Kind
The kind of action to be performed on an aggregate.
|
| DbAction
An instance of this interface represents a (conceptual) single interaction with a database, e.g. a single update,
used as a step when synchronizing the state of an aggregate with the database.
|
| DbAction.Insert
Represents an insert statement for a single entity that is not the root of an aggregate.
|
| DbAction.WithDependingOn
An action depending on another action for providing additional information like the id of a parent entity.
|
| DbAction.WithEntity
A
DbAction that stores the information of a single entity in the database. |
| DbAction.WithGeneratedId
A
DbAction that may "update" its entity. |
| DbAction.WithPropertyPath
A
DbAction not operation on the root of an aggregate but on its contained entities. |
| IdValueSource
Enumeration describing the source of a value for an id property.
|
| MutableAggregateChange
Represents the change happening to the aggregate (as used in the context of Domain Driven Design) as a whole.
|
| RelationalConverter
A
RelationalConverter is responsible for converting for values to the native relational representation and
vice versa. |
| Class and Description |
|---|
| AggregateChange
Represents the change happening to the aggregate (as used in the context of Domain Driven Design) as a whole.
|
| MutableAggregateChange
Represents the change happening to the aggregate (as used in the context of Domain Driven Design) as a whole.
|
Copyright © 2017–2022 Pivotal Software, Inc.. All rights reserved.