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.
|
Modifier and Type | Method and Description |
---|---|
RelationshipManager |
ExecutionContext.getRelationshipManager(ObjectProvider op)
Accessor for the RelationshipManager for the provided ObjectProvider.
|
RelationshipManager |
ExecutionContextImpl.getRelationshipManager(ObjectProvider op)
Method to return the RelationshipManager for the ObjectProvider.
|
RelationshipManager |
ManagedRelationsHandler.getRelationshipManagerForObjectProvider(ObjectProvider op)
Method to return the RelationshipManager for the specified ObjectProvider.
|
Modifier and Type | Method and Description |
---|---|
void |
ManagedRelationsHandler.addRelationshipManagerForObjectProvider(ObjectProvider op,
RelationshipManager relMgr) |
Modifier and Type | Class and Description |
---|---|
class |
RelationshipManagerImpl
Manager for (bidirectional) relationships of a class.
|
Copyright © 2019. All rights reserved.