class PDeletedFlushedState extends PDeletedState
ECLEAN, ECOPY, EDELETED, EDIRTY, ENONTRANS, HOLLOW, PCLEAN, PDELETED, PDELETEDFLUSHED, PDIRTY, PNEW, PNEWDELETED, PNEWFLUSHEDDELETED, PNEWFLUSHEDDELETEDFLUSHED, PNEWPROVISIONAL, PNONTRANS, PNONTRANSDELETED, PNONTRANSDIRTY, PNONTRANSNEW, TCLEAN, TDIRTY, TLOADED, TRANSIENT| Constructor and Description |
|---|
PDeletedFlushedState() |
| Modifier and Type | Method and Description |
|---|---|
(package private) PCState |
flush(StateManagerImpl context)
Perform any actions necessary and return the proper lifecycle
state on fush.
|
(package private) PCState |
persist(StateManagerImpl context)
Perform any actions necesssary and return the proper lifecycle state
on a call to
Broker.persist(java.lang.Object, org.apache.openjpa.kernel.OpCallbacks) with the given instance. |
String |
toString() |
beforeOptimisticWrite, beforeWrite, commit, commitRetain, initialize, isDeleted, isDirty, isPersistent, isTransactional, nontransactional, release, rollback, rollbackRestoreafterNontransactionalRefresh, afterOptimisticRefresh, afterRefresh, beforeFlush, beforeNontransactionalRead, beforeNontransactionalWrite, beforeOptimisticRead, beforeRead, delete, error, evict, isNew, isPendingTransactional, isProvisional, isVersionCheckRequired, nonprovisional, readResolve, transactionalPCState flush(StateManagerImpl context)
PCStatethis pointer by default.flush in class PDeletedStatePCState persist(StateManagerImpl context)
PCStateBroker.persist(java.lang.Object, org.apache.openjpa.kernel.OpCallbacks) with the given instance.
Returns the this pointer by default. Note: this method
is not called for embedded states, and is only called when an
existing managed instance is the target of a persist call.persist in class PDeletedStatepublic String toString()
toString in class PDeletedStateCopyright © 2006–2015 Apache Software Foundation. All rights reserved.