Uses of Class
org.datanucleus.ExecutionContext.EmbeddedOwnerRelation
-
Packages that use ExecutionContext.EmbeddedOwnerRelation Package Description org.datanucleus This package provides classes that are typically externally called, whether that means by developers or by other DataNucleus plugins. -
-
Uses of ExecutionContext.EmbeddedOwnerRelation in org.datanucleus
Fields in org.datanucleus with type parameters of type ExecutionContext.EmbeddedOwnerRelation Modifier and Type Field Description private java.util.Map<DNStateManager,ExecutionContext.EmbeddedOwnerRelation>
ExecutionContextImpl. smEmbeddedInfoByEmbedded
Map of embedded StateManager relations, keyed by embedded StateManager.private java.util.Map<DNStateManager,java.util.List<ExecutionContext.EmbeddedOwnerRelation>>
ExecutionContextImpl. smEmbeddedInfoByOwner
Map of embedded StateManager relations, keyed by owner StateManager.Methods in org.datanucleus that return ExecutionContext.EmbeddedOwnerRelation Modifier and Type Method Description ExecutionContext.EmbeddedOwnerRelation
ExecutionContext. getOwnerInformationForEmbedded(DNStateManager embSM)
Accessor for the owner relation for the specified embedded StateManager where it is embedded.ExecutionContext.EmbeddedOwnerRelation
ExecutionContextImpl. getOwnerInformationForEmbedded(DNStateManager embSM)
ExecutionContext.EmbeddedOwnerRelation
ExecutionContext. registerEmbeddedRelation(DNStateManager ownerSM, int ownerMemberNum, PersistableObjectType objectType, DNStateManager embSM)
Method to register an embedded relation for the specified member of the owner StateManager where the embedded StateManager is stored.ExecutionContext.EmbeddedOwnerRelation
ExecutionContextImpl. registerEmbeddedRelation(DNStateManager ownerSM, int ownerMemberNum, PersistableObjectType objectType, DNStateManager embSM)
Methods in org.datanucleus that return types with arguments of type ExecutionContext.EmbeddedOwnerRelation Modifier and Type Method Description java.util.List<ExecutionContext.EmbeddedOwnerRelation>
ExecutionContext. getEmbeddedInformationForOwner(DNStateManager ownerSM)
Accessor for the relations for the specified embedded StateManager where it is embedded.java.util.List<ExecutionContext.EmbeddedOwnerRelation>
ExecutionContextImpl. getEmbeddedInformationForOwner(DNStateManager ownerSM)
Methods in org.datanucleus with parameters of type ExecutionContext.EmbeddedOwnerRelation Modifier and Type Method 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)
-