Uses of Interface
org.datanucleus.state.RelationshipManager
-
Packages that use RelationshipManager Package Description org.datanucleus This package provides classes that are typically externally called, whether that means by developers or by other DataNucleus plugins.org.datanucleus.state Provides classes relating to the life cycle state management of a persistable object. -
-
Uses of RelationshipManager in org.datanucleus
Methods in org.datanucleus that return RelationshipManager Modifier and Type Method Description RelationshipManagerExecutionContext. getRelationshipManager(DNStateManager sm)Accessor for the RelationshipManager for the provided StateManager.RelationshipManagerExecutionContextImpl. getRelationshipManager(DNStateManager sm)Method to return the RelationshipManager for StateManager.RelationshipManagerManagedRelationsHandler. getRelationshipManagerForStateManager(DNStateManager sm)Method to return the RelationshipManager for the specified StateManager.Methods in org.datanucleus with parameters of type RelationshipManager Modifier and Type Method Description voidManagedRelationsHandler. addRelationshipManagerForStateManager(DNStateManager sm, RelationshipManager relMgr) -
Uses of RelationshipManager in org.datanucleus.state
Classes in org.datanucleus.state that implement RelationshipManager Modifier and Type Class Description classRelationshipManagerImplManager for (bidirectional) relationships of an object (StateManager).
-