Jakarta Persistence (JPA) Method
SynchronizationType synchronization
(Optional) 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. - Default:
SynchronizationType.SYNCHRONIZED
- Since:
- Jakarta Persistence (JPA) 2.1