Uses of Class
org.datanucleus.state.RelationshipManagerImpl.ChangeType
-
Packages that use RelationshipManagerImpl.ChangeType Package Description org.datanucleus.state 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.ChangeType Modifier and Type Field Description (package private) RelationshipManagerImpl.ChangeType
RelationshipManagerImpl.RelationChange. type
Methods in org.datanucleus.state that return RelationshipManagerImpl.ChangeType Modifier and Type Method Description static RelationshipManagerImpl.ChangeType
RelationshipManagerImpl.ChangeType. valueOf(java.lang.String name)
Returns 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.ChangeType Constructor Description RelationChange(RelationshipManagerImpl.ChangeType type, java.lang.Object val)
RelationChange(RelationshipManagerImpl.ChangeType type, java.lang.Object newVal, java.lang.Object oldVal)
-