Package org.datanucleus.api.jdo.state
Class DetachedDirty
- java.lang.Object
-
- org.datanucleus.state.LifeCycleState
-
- org.datanucleus.api.jdo.state.DetachedDirty
-
class DetachedDirty extends org.datanucleus.state.LifeCycleState
Class representing the life cycle state of DetachedDirty.
-
-
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
Constructors Modifier Constructor Description protected
DetachedDirty()
Protected Constructor to prevent external instantiation.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
Method to return a string version of this object.org.datanucleus.state.LifeCycleState
transitionAttach(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
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
Method to return a string version of this object.- Specified by:
toString
in classorg.datanucleus.state.LifeCycleState
- Returns:
- The string "DETACHED_DIRTY".
-
transitionAttach
public org.datanucleus.state.LifeCycleState transitionAttach(org.datanucleus.state.DNStateManager sm)
- Overrides:
transitionAttach
in classorg.datanucleus.state.LifeCycleState
-
-