Uses of Enum Class
jakarta.persistence.SynchronizationType
Packages that use SynchronizationType
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate.-
Uses of SynchronizationType in jakarta.persistence
Methods in jakarta.persistence that return SynchronizationTypeModifier and TypeMethodDescriptionstatic SynchronizationTypeReturns 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.Methods in jakarta.persistence with parameters of type SynchronizationTypeModifier and TypeMethodDescriptionEntityManagerFactory.createEntityManager(SynchronizationType synchronizationType) Create a new JTA application-managedEntityManagerwith the specified synchronization type.EntityManagerFactory.createEntityManager(SynchronizationType synchronizationType, Map map) Create a new JTA application-managedEntityManagerwith the specified synchronization type and map of properties. -
Uses of SynchronizationType in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi with parameters of type SynchronizationTypeModifier and TypeMethodDescriptionSessionFactoryDelegatingImpl.createEntityManager(SynchronizationType synchronizationType) SessionFactoryDelegatingImpl.createEntityManager(SynchronizationType synchronizationType, Map map) -
Uses of SynchronizationType in org.hibernate.internal
Methods in org.hibernate.internal with parameters of type SynchronizationTypeModifier and TypeMethodDescriptionSessionFactoryImpl.createEntityManager(SynchronizationType synchronizationType) SessionFactoryImpl.createEntityManager(SynchronizationType synchronizationType, Map map)