| Package | Description |
|---|---|
| org.apache.cayenne.commitlog.model |
| Modifier and Type | Method and Description |
|---|---|
ObjectChangeType |
ObjectChange.getType() |
ObjectChangeType |
MutableObjectChange.getType() |
static ObjectChangeType |
ObjectChangeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectChangeType[] |
ObjectChangeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MutableObjectChange |
MutableChangeMap.getOrCreate(ObjectId id,
ObjectChangeType type) |
void |
MutableObjectChange.setType(ObjectChangeType changeType) |
Copyright © 2001–2018 Apache Cayenne. All rights reserved.