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.ChangeTypeRelationshipManagerImpl.RelationChange. typeMethods in org.datanucleus.state that return RelationshipManagerImpl.ChangeType Modifier and Type Method Description static RelationshipManagerImpl.ChangeTypeRelationshipManagerImpl.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)
-