| Package | Description |
|---|---|
| org.springframework.data.relational.core.conversion | |
| org.springframework.data.relational.core.mapping.event |
| 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.Delete
Represents a delete statement for all entities that that a reachable via a give path from the aggregate root.
|
| DbAction.DeleteAll
Represents an delete statement for all entities that that a reachable via a give path from any aggregate root of a
given type.
|
| DbAction.DeleteAllRoot
Represents a delete statement for all aggregate roots of a given type.
|
| DbAction.DeleteRoot
Represents a delete statement for a aggregate root.
|
| DbAction.Insert
Represents an insert statement for a single entity that is not the root of an aggregate.
|
| DbAction.InsertRoot
Represents an insert statement for the root of an aggregate.
|
| DbAction.Merge
Represents a merge statement for a single entity that is not the root of an aggregate.
|
| DbAction.Update
Represents an update statement for a single entity that is not the root of an aggregate.
|
| DbAction.UpdateRoot
Represents an insert statement for 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. |
| Interpreter
An
Interpreter gets called by a AggregateChange for each DbAction and is tasked with
executing that action against a database. |
| 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.
|
Copyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.