| Interface | Description |
|---|---|
| AttributeChange |
Represents a change in a "value" property, which is either a scalar property
or a to-one entity relationship.
|
| ChangeMap |
Represents a map of changes for a graph of persistent objects.
|
| ObjectChange |
Accumulates changes of a single object with a transaction.
|
| PropertyChange |
A base interface for various types of property changes.
|
| PropertyChangeVisitor<T> | |
| ToManyRelationshipChange |
Represents a change in a to-many relationship property to another entity.
|
| ToOneRelationshipChange |
| Class | Description |
|---|---|
| MutableAttributeChange | |
| MutableChangeMap |
A mutable implementation of
ChangeMap. |
| MutableObjectChange |
A mutable implementation of
ObjectChange. |
| MutableToManyRelationshipChange | |
| MutableToOneRelationshipChange |
| Enum | Description |
|---|---|
| ObjectChangeType |
Defines types of tracked object changes.
|
Copyright © 2001–2018 Apache Cayenne. All rights reserved.