Uses of Interface
org.datanucleus.enhancement.Detachable
Packages that use Detachable
Package
Description
DataNucleus ByteCode enhancement contract.
Provides classes relating to the life cycle state management of a persistable object.
-
Uses of Detachable in org.datanucleus.enhancement
Methods in org.datanucleus.enhancement with parameters of type DetachableModifier and TypeMethodDescriptionObject[]
StateManager.replacingDetachedState
(Detachable pc, Object[] state) The replacement value of the detached state in the calling instance. -
Uses of Detachable in org.datanucleus.state
Methods in org.datanucleus.state with parameters of type DetachableModifier and TypeMethodDescriptionObject[]
StateManagerImpl.replacingDetachedState
(Detachable pc, Object[] currentState) Method to update the "detached state" in the detached object to obtain the "detached state" from the detached object, or to reset it (to null).