Uses of Class
org.datanucleus.state.ReferentialStateManagerImpl
Packages that use ReferentialStateManagerImpl
Package
Description
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 ReferentialStateManagerImplModifier and TypeFieldDescriptionReferentialStateManagerImpl.fieldsToBeUpdatedAfterObjectInsertion
Fields of this object that we must update when notified of the insertion of the related objects.private 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 ReferentialStateManagerImplModifier and TypeMethodDescription(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.