class TransientState extends PCState
initialize(org.apache.openjpa.kernel.StateManagerImpl, org.apache.openjpa.kernel.PCState)
method, which immediately removes the
persistence capable instance from management by the OpenJPA runtime.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 |
---|
TransientState() |
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.
|
String |
toString() |
afterNontransactionalRefresh, afterOptimisticRefresh, afterRefresh, beforeFlush, beforeNontransactionalRead, beforeNontransactionalWrite, beforeOptimisticRead, beforeOptimisticWrite, beforeRead, beforeWrite, commit, commitRetain, delete, error, evict, flush, isDeleted, isDirty, isNew, isPendingTransactional, isPersistent, isProvisional, isTransactional, isVersionCheckRequired, nonprovisional, nontransactional, persist, readResolve, release, rollback, rollbackRestore, transactional
void initialize(StateManagerImpl context, PCState previous)
PCState
initialize
in class PCState
Copyright © 2006–2013 Apache Software Foundation. All rights reserved.