org.apache.openjpa.kernel
Class TransientState
java.lang.Object
   org.apache.openjpa.kernel.PCState
org.apache.openjpa.kernel.PCState
       org.apache.openjpa.kernel.TransientState
org.apache.openjpa.kernel.TransientState
- All Implemented Interfaces: 
- Serializable
-  class TransientState 
- extends PCState
Lifecycle state.
 Represents a transient instance; this state lasts only through
 the 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.
- Author:
- Abe White
 
| Fields inherited from class org.apache.openjpa.kernel.PCState | 
| ECLEAN, ECOPY, EDELETED, EDIRTY, ENONTRANS, HOLLOW, PCLEAN, PDELETED, PDELETEDFLUSHED, PDIRTY, PNEW, PNEWDELETED, PNEWFLUSHEDDELETED, PNEWFLUSHEDDELETEDFLUSHED, PNEWPROVISIONAL, PNONTRANS, PNONTRANSDELETED, PNONTRANSDIRTY, PNONTRANSNEW, TCLEAN, TDIRTY, TLOADED, TRANSIENT | 
 
 
 
| Methods inherited from class org.apache.openjpa.kernel.PCState | 
| 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 | 
 
 
TransientState
TransientState()
initialize
void initialize(StateManagerImpl context,
                PCState previous)
- Description copied from class: PCState
- Called when this state is first assigned to the given state manager.
 
- 
- Overrides:
- initializein class- PCState
 
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
- 
 
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.