org.apache.openjpa.kernel
Class PNonTransDeletedState

java.lang.Object
  extended by org.apache.openjpa.kernel.PCState
      extended by org.apache.openjpa.kernel.PNonTransDeletedState
All Implemented Interfaces:
Serializable

public class PNonTransDeletedState
extends PCState

Lifecycle state. Represents an instance that was deleted outside a transaction.

Author:
Steve Kim
See Also:
Serialized Form

Field Summary
 
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
 
Constructor Summary
PNonTransDeletedState()
           
 
Method Summary
 
Methods inherited from class org.apache.openjpa.kernel.PCState
readResolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PNonTransDeletedState

public PNonTransDeletedState()


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.