Uses of Class
org.datanucleus.state.ReferentialStateManagerImpl
-
Packages that use ReferentialStateManagerImpl Package Description org.datanucleus.state Provides classes relating to the life cycle state management of a persistable object. -
-
Uses of ReferentialStateManagerImpl in org.datanucleus.state
Fields in org.datanucleus.state with type parameters of type ReferentialStateManagerImpl Modifier and Type Field Description private java.util.Map<ReferentialStateManagerImpl,ReferentialStateManagerImpl.FieldContainer>
ReferentialStateManagerImpl. fieldsToBeUpdatedAfterObjectInsertion
Fields of this object that we must update when notified of the insertion of the related objects.private java.util.List<ReferentialStateManagerImpl>
ReferentialStateManagerImpl. insertionNotifyList
List of StateManagers that we must notify when we have completed inserting our record.Methods in org.datanucleus.state with parameters of type ReferentialStateManagerImpl Modifier and Type Method Description (package private) void
ReferentialStateManagerImpl. insertionCompleted(ReferentialStateManagerImpl op)
Method called by another StateManager when this object has registered that it needs to know when the other object has been inserted.
-