class PNewFlushedDeletedFlushedState extends PNewFlushedDeletedState
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 |
---|
PNewFlushedDeletedFlushedState() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
initialize(StateManagerImpl context,
PCState previous)
Called when this state is first assigned to the given state manager.
|
(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. |
java.lang.String |
toString() |
beforeOptimisticWrite, beforeWrite, commit, commitRetain, flush, isDeleted, isDirty, isNew, isPersistent, isTransactional, nontransactional, release, rollback, rollbackRestore
afterNontransactionalRefresh, afterOptimisticRefresh, afterRefresh, beforeFlush, beforeNontransactionalRead, beforeNontransactionalWrite, beforeOptimisticRead, beforeRead, delete, error, evict, isPendingTransactional, isProvisional, isVersionCheckRequired, nonprovisional, readResolve, transactional
void initialize(StateManagerImpl context, PCState previous)
PCState
initialize
in class PCState
PCState persist(StateManagerImpl context)
PCState
Broker.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 PNewFlushedDeletedState
public java.lang.String toString()
toString
in class PNewFlushedDeletedState
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.