Enum Class SynchronizationType

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

public enum SynchronizationType extends Enum<SynchronizationType>
Specifies whether the persistence context is always automatically synchronized with the current transaction or whether the persistence context must be explicitly joined to the current transaction by means of the EntityManager.joinTransaction() method.
Since:
2.1