Uses of Enum
org.datanucleus.state.RelationshipManagerImpl.ChangeType
Packages that use RelationshipManagerImpl.ChangeType
Package
Description
Provides classes relating to the life cycle state management of a persistable object.
-
Uses of RelationshipManagerImpl.ChangeType in org.datanucleus.state
Fields in org.datanucleus.state declared as RelationshipManagerImpl.ChangeTypeModifier and TypeFieldDescription(package private) RelationshipManagerImpl.ChangeType
RelationshipManagerImpl.RelationChange.type
Methods in org.datanucleus.state that return RelationshipManagerImpl.ChangeTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static RelationshipManagerImpl.ChangeType[]
RelationshipManagerImpl.ChangeType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.datanucleus.state with parameters of type RelationshipManagerImpl.ChangeTypeModifierConstructorDescriptionRelationChange
(RelationshipManagerImpl.ChangeType type, Object newVal, Object oldVal)