JPA Enum

PersistenceContextType

java.lang.Object
  ∟ java.lang.Enum<javax.persistence.PersistenceContextType>
    ∟ javax.persistence.PersistenceContextType

Specifies whether a transaction-scoped or extended persistence context is to be used in PersistenceContext. If not specified, a transaction-scoped persistence context is used.
Since:
JPA 1.0

Enum Constants

Extended persistence context
Since:
JPA 1.0
Transaction-scoped persistence context
Since:
JPA 1.0

Public Static Enum Methods:

Method inherited from class java.lang.Enum

compareTo, compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

Method inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait