Uses of Interface
org.datanucleus.state.RelationshipManager
Packages that use RelationshipManager
Package
Description
This package provides classes that are typically externally called, whether that means by developers
or by other DataNucleus plugins.
Provides classes relating to the life cycle state management of a persistable object.
-
Uses of RelationshipManager in org.datanucleus
Fields in org.datanucleus with type parameters of type RelationshipManagerModifier and TypeFieldDescriptionprivate Map
<DNStateManager, RelationshipManager> ManagedRelationsHandler.managedRelationDetails
Map of RelationshipManager keyed by StateManager that it is for.Methods in org.datanucleus that return RelationshipManagerModifier and TypeMethodDescriptionExecutionContext.getRelationshipManager
(DNStateManager sm) Accessor for the RelationshipManager for the provided StateManager.ExecutionContextImpl.getRelationshipManager
(DNStateManager sm) Method to return the RelationshipManager for StateManager.ManagedRelationsHandler.getRelationshipManagerForStateManager
(DNStateManager sm) Method to return the RelationshipManager for the specified StateManager.Methods in org.datanucleus with parameters of type RelationshipManagerModifier and TypeMethodDescriptionvoid
ManagedRelationsHandler.addRelationshipManagerForStateManager
(DNStateManager sm, RelationshipManager relMgr) -
Uses of RelationshipManager in org.datanucleus.state
Classes in org.datanucleus.state that implement RelationshipManagerModifier and TypeClassDescriptionclass
Manager for (bidirectional) relationships of an object (StateManager).