Uses of Enum Class
org.apache.cayenne.commitlog.model.ObjectChangeType
Packages that use ObjectChangeType
-
Uses of ObjectChangeType in org.apache.cayenne.commitlog.model
Subclasses with type arguments of type ObjectChangeType in org.apache.cayenne.commitlog.modelMethods in org.apache.cayenne.commitlog.model that return ObjectChangeTypeModifier and TypeMethodDescriptionMutableObjectChange.getType()ObjectChange.getType()static ObjectChangeTypeReturns the enum constant of this class with the specified name.static ObjectChangeType[]ObjectChangeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cayenne.commitlog.model with parameters of type ObjectChangeTypeModifier and TypeMethodDescriptionMutableChangeMap.getOrCreate(ObjectId id, ObjectChangeType type) voidMutableObjectChange.setType(ObjectChangeType changeType)