Uses of Class
org.datanucleus.ExecutionContextImpl.ThreadContextInfo
-
Packages that use ExecutionContextImpl.ThreadContextInfo 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 ExecutionContextImpl.ThreadContextInfo in org.datanucleus
Methods in org.datanucleus that return ExecutionContextImpl.ThreadContextInfo Modifier and Type Method Description protected ExecutionContextImpl.ThreadContextInfoExecutionContextImpl. acquireThreadContextInfo()Accessor for the thread context information, for the current thread.protected ExecutionContextImpl.ThreadContextInfoExecutionContextImpl. getThreadContextInfo()Get the current ThreadContextInfo assigned to the current thread without changing the reference counter.
-