Class DetachedClean
java.lang.Object
org.datanucleus.state.LifeCycleState
org.datanucleus.api.jdo.state.DetachedClean
class DetachedClean
extends org.datanucleus.state.LifeCycleState
Class representing the life cycle state of DetachedClean.
-
Field Summary
Fields inherited from class org.datanucleus.state.LifeCycleState
DETACHED_CLEAN, DETACHED_DIRTY, HOLLOW, ILLEGAL_STATE, isDeleted, isDirty, isNew, isPersistent, isTransactional, P_CLEAN, P_DELETED, P_DIRTY, P_NEW, P_NEW_DELETED, P_NONTRANS, P_NONTRANS_DIRTY, stateType, T_CLEAN, T_DIRTY, TOTAL, TRANSIENT -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected Constructor to prevent external instantiation. -
Method Summary
Modifier and TypeMethodDescriptiontoString()Method to return a string version of this object.org.datanucleus.state.LifeCycleStatetransitionAttach(org.datanucleus.state.DNStateManager sm) Methods inherited from class org.datanucleus.state.LifeCycleState
changeState, changeTransientState, isDeleted, isDirty, isNew, isPersistent, isTransactional, stateType, transitionBegin, transitionCommit, transitionDeletePersistent, transitionDetach, transitionEvict, transitionMakeNontransactional, transitionMakePersistent, transitionMakeTransactional, transitionMakeTransient, transitionReadField, transitionRefresh, transitionRetrieve, transitionRetrieve, transitionRollback, transitionSerialize, transitionWriteField
-
Constructor Details
-
DetachedClean
protected DetachedClean()Protected Constructor to prevent external instantiation.
-
-
Method Details
-
toString
Method to return a string version of this object.- Specified by:
toStringin classorg.datanucleus.state.LifeCycleState- Returns:
- The string "DETACHED_CLEAN".
-
transitionAttach
public org.datanucleus.state.LifeCycleState transitionAttach(org.datanucleus.state.DNStateManager sm) - Overrides:
transitionAttachin classorg.datanucleus.state.LifeCycleState
-