Uses of Enum Class
jakarta.persistence.SynchronizationType
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
-
Uses of SynchronizationType in jakarta.persistence
Modifier and TypeMethodDescriptionstatic SynchronizationType
Returns the enum constant of this class with the specified name.static SynchronizationType[]
SynchronizationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionEntityManagerFactory.createEntityManager
(SynchronizationType synchronizationType) Create a new JTA application-managedEntityManager
with the specified synchronization type.EntityManagerFactory.createEntityManager
(SynchronizationType synchronizationType, Map<?, ?> map) Create a new JTA application-managedEntityManager
with the specified synchronization type and map of properties.