Package | Description |
---|---|
org.datanucleus |
This package provides classes that are typically externally called, whether that means by developers
or by other DataNucleus plugins.
|
Modifier and Type | Method and Description |
---|---|
ExecutionContext.EmbeddedOwnerRelation |
ExecutionContext.registerEmbeddedRelation(ObjectProvider ownerOP,
int ownerFieldNum,
ObjectProvider embOP)
Method to register an embedded relation for the specified memberf of the owner ObjectProvider
where the embedded ObjectProvider is stored.
|
ExecutionContext.EmbeddedOwnerRelation |
ExecutionContextImpl.registerEmbeddedRelation(ObjectProvider ownerOP,
int ownerFieldNum,
ObjectProvider embOP) |
Modifier and Type | Method and Description |
---|---|
List<ExecutionContext.EmbeddedOwnerRelation> |
ExecutionContext.getEmbeddedInformationForOwner(ObjectProvider ownerOP)
Accessor for the relations for the specified embedded ObjectProvider where it is embedded.
|
List<ExecutionContext.EmbeddedOwnerRelation> |
ExecutionContextImpl.getEmbeddedInformationForOwner(ObjectProvider ownerOP) |
List<ExecutionContext.EmbeddedOwnerRelation> |
ExecutionContext.getOwnerInformationForEmbedded(ObjectProvider embOP)
Accessor for the relations for the specified embedded ObjectProvider where it is embedded.
|
List<ExecutionContext.EmbeddedOwnerRelation> |
ExecutionContextImpl.getOwnerInformationForEmbedded(ObjectProvider embOP) |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionContext.deregisterEmbeddedRelation(ExecutionContext.EmbeddedOwnerRelation rel)
Method to deregister the specified embedded relation (e.g when the embedded object is disconnected).
|
void |
ExecutionContextImpl.deregisterEmbeddedRelation(ExecutionContext.EmbeddedOwnerRelation rel) |
Copyright © 2017. All rights reserved.