Uses of Interface
org.datanucleus.enhancement.ExecutionContextReference
Packages that use ExecutionContextReference
Package
Description
This package provides classes that are typically externally called, whether that means by developers
or by other DataNucleus plugins.
DataNucleus ByteCode enhancement contract.
Provides classes relating to the life cycle state management of a persistable object.
-
Uses of ExecutionContextReference in org.datanucleus
Subinterfaces of ExecutionContextReference in org.datanucleusModifier and TypeInterfaceDescriptioninterface
Context of execution for persistence operations.Classes in org.datanucleus that implement ExecutionContextReferenceModifier and TypeClassDescriptionclass
Manager for persistence/retrieval of objects within an execution context, equating to the work required by JDO PersistenceManager and JPA EntityManager.class
ExecutionContext to attempt to handle multi-threaded PM/EM cases. -
Uses of ExecutionContextReference in org.datanucleus.enhancement
Methods in org.datanucleus.enhancement that return ExecutionContextReferenceModifier and TypeMethodDescriptionPersistable.dnGetExecutionContext()
Return the associated ExecutionContext if there is one.StateManager.getExecutionContextReference()
Return theExecutionContext
that owns this instance. -
Uses of ExecutionContextReference in org.datanucleus.state
Methods in org.datanucleus.state that return ExecutionContextReference