| Package | Description |
|---|---|
| org.apache.cayenne.commitlog.model |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AttributeChange
Represents a change in a "value" property, which is either a scalar property
or a to-one entity relationship.
|
interface |
ToManyRelationshipChange
Represents a change in a to-many relationship property to another entity.
|
interface |
ToOneRelationshipChange |
| Modifier and Type | Class and Description |
|---|---|
class |
MutableAttributeChange |
class |
MutableToManyRelationshipChange |
class |
MutableToOneRelationshipChange |
| Modifier and Type | Method and Description |
|---|---|
Map<String,? extends PropertyChange> |
ObjectChange.getChanges() |
Map<String,? extends PropertyChange> |
MutableObjectChange.getChanges() |
Copyright © 2001–2018 Apache Cayenne. All rights reserved.