Uses of Enum
javax.persistence.SynchronizationType
Packages that use SynchronizationType
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
-
Uses of SynchronizationType in javax.persistence
Methods in javax.persistence that return SynchronizationTypeModifier and TypeMethodDescriptionstatic SynchronizationType
Returns the enum constant of this type with the specified name.static SynchronizationType[]
SynchronizationType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in javax.persistence with parameters of type SynchronizationTypeModifier 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.