Class 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

      Constructors 
      Modifier Constructor Description
      protected DetachedClean()
      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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DetachedClean

        protected DetachedClean()
        Protected Constructor to prevent external instantiation.
    • Method Detail

      • toString

        public java.lang.String toString()
        Method to return a string version of this object.
        Specified by:
        toString in class org.datanucleus.state.LifeCycleState
        Returns:
        The string "DETACHED_CLEAN".
      • transitionAttach

        public org.datanucleus.state.LifeCycleState transitionAttach​(org.datanucleus.state.DNStateManager sm)
        Overrides:
        transitionAttach in class org.datanucleus.state.LifeCycleState