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:
  • Constructor Details

    • PNonTransDeletedState

      public PNonTransDeletedState()
  • Method Details