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. smEmbeddedInfoByEmbeddedMap of embedded StateManager relations, keyed by embedded StateManager.private java.util.Map<DNStateManager,java.util.List<ExecutionContext.EmbeddedOwnerRelation>>ExecutionContextImpl. smEmbeddedInfoByOwnerMap of embedded StateManager relations, keyed by owner StateManager.Methods in org.datanucleus that return ExecutionContext.EmbeddedOwnerRelation Modifier and Type Method Description ExecutionContext.EmbeddedOwnerRelationExecutionContext. getOwnerInformationForEmbedded(DNStateManager embSM)Accessor for the owner relation for the specified embedded StateManager where it is embedded.ExecutionContext.EmbeddedOwnerRelationExecutionContextImpl. getOwnerInformationForEmbedded(DNStateManager embSM)ExecutionContext.EmbeddedOwnerRelationExecutionContext. 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.EmbeddedOwnerRelationExecutionContextImpl. 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 voidExecutionContext. deregisterEmbeddedRelation(ExecutionContext.EmbeddedOwnerRelation rel)Method to deregister the specified embedded relation (e.g when the embedded object is disconnected).voidExecutionContextImpl. deregisterEmbeddedRelation(ExecutionContext.EmbeddedOwnerRelation rel)
-