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
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 List<ExecutionContext.EmbeddedOwnerRelation>ExecutionContext. getEmbeddedInformationForOwner(DNStateManager ownerSM)Accessor for the relations for the specified embedded StateManager where it is embedded.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)
-