Enum Class PersistenceContextType

java.lang.Object
java.lang.Enum<PersistenceContextType>
jakarta.persistence.PersistenceContextType
All Implemented Interfaces:
Serializable, Comparable<PersistenceContextType>, Constable

public enum PersistenceContextType extends Enum<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:
1.0