org.apache.openjpa.kernel
Class PNonTransDeletedState
java.lang.Object
org.apache.openjpa.kernel.PCState
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
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PNonTransDeletedState
public PNonTransDeletedState()
Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.