Uses of Class
org.apache.cayenne.commitlog.model.ObjectChangeType
-
Packages that use ObjectChangeType Package Description org.apache.cayenne.commitlog.model -
-
Uses of ObjectChangeType in org.apache.cayenne.commitlog.model
Methods in org.apache.cayenne.commitlog.model that return ObjectChangeType Modifier and Type Method Description ObjectChangeTypeMutableObjectChange. getType()ObjectChangeTypeObjectChange. getType()static ObjectChangeTypeObjectChangeType. 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.Methods in org.apache.cayenne.commitlog.model with parameters of type ObjectChangeType Modifier and Type Method Description MutableObjectChangeMutableChangeMap. getOrCreate(org.apache.cayenne.ObjectId id, ObjectChangeType type)voidMutableObjectChange. setType(ObjectChangeType changeType)
-