public class PersistentNonTransactional extends LifeCycleState
AP_NEW, AP_NEW_DELETED, AP_NEW_FLUSHED, AP_NEW_FLUSHED_DELETED, AP_NEW_FLUSHED_PENDING, AP_NEW_PENDING, DELETE_OP, HOLLOW, INSERT_OP, isAutoPersistent, isBeforeImageUpdatable, isDeleted, isDirty, isFlushed, isNavigable, isNew, isPersistent, isPersistentInDataStore, isRefreshable, isTransactional, needMerge, needsRegister, needsReload, needsRestoreOnRollback, NO_OP, P_CLEAN, P_DELETED, P_DELETED_FLUSHED, P_DIRTY, P_NEW, P_NEW_DELETED, P_NEW_FLUSHED, P_NEW_FLUSHED_DELETED, P_NON_TX, stateType, TOTAL, TRANSIENT, UPDATE_OP, updateAction| Constructor and Description |
|---|
PersistentNonTransactional() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
needsReload(boolean optimistic,
boolean nontransactionalRead,
boolean transactionActive) |
LifeCycleState |
transitionDeletePersistent()
Operations that cause life cycle state transitions
|
LifeCycleState |
transitionReload(boolean transactionActive) |
LifeCycleState |
transitionWriteField(boolean transactionActive) |
assertTransaction, changeState, getLifeCycleState, getUpdateAction, initLifeCycleState, isAutoPersistent, isBeforeImageUpdatable, isDeleted, isDirty, isNavigable, isNew, isPersistent, isPersistentInDataStore, isRefreshable, isTransactional, needMerge, needsRegister, needsRestoreOnRollback, stateType, toString, transitionCommit, transitionFlushed, transitionMakePending, transitionMakePersistent, transitionReadField, transitionRefreshPersistent, transitionRollbackpublic LifeCycleState transitionDeletePersistent()
transitionDeletePersistent in class LifeCycleStatepublic LifeCycleState transitionWriteField(boolean transactionActive)
transitionWriteField in class LifeCycleStatepublic LifeCycleState transitionReload(boolean transactionActive)
transitionReload in class LifeCycleStatepublic boolean needsReload(boolean optimistic,
boolean nontransactionalRead,
boolean transactionActive)
needsReload in class LifeCycleStateCopyright © 2019. All rights reserved.