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 of a persistable object. -
-
Uses of RelationshipManager in org.datanucleus
Methods in org.datanucleus that return RelationshipManager Modifier and Type Method Description RelationshipManagerExecutionContext. getRelationshipManager(ObjectProvider op)Accessor for the RelationshipManager for the provided ObjectProvider.RelationshipManagerExecutionContextImpl. getRelationshipManager(ObjectProvider op)Method to return the RelationshipManager for the ObjectProvider.RelationshipManagerManagedRelationsHandler. getRelationshipManagerForObjectProvider(ObjectProvider op)Method to return the RelationshipManager for the specified ObjectProvider.Methods in org.datanucleus with parameters of type RelationshipManager Modifier and Type Method Description voidManagedRelationsHandler. addRelationshipManagerForObjectProvider(ObjectProvider op, 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 a class.
-