Uses of Interface
org.datanucleus.enhancement.Detachable
-
Packages that use Detachable Package Description org.datanucleus.enhancement DataNucleus ByteCode enhancement contract.org.datanucleus.state 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 Detachable Modifier and Type Method Description Object[]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 Detachable Modifier and Type Method Description Object[]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).
-