Uses of Enum Class
jakarta.persistence.FlushModeType
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
-
Uses of FlushModeType in jakarta.persistence
Modifier and TypeMethodDescriptionEntityManager.getFlushMode()
Get the flush mode that applies to all objects contained in the persistence context.Query.getFlushMode()
Get the flush mode in effect for the query execution.static FlushModeType
Returns the enum constant of this class with the specified name.static FlushModeType[]
FlushModeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
EntityManager.setFlushMode
(FlushModeType flushMode) Set the flush mode that applies to all objects contained in the persistence context.Query.setFlushMode
(FlushModeType flushMode) Set the flush mode type to be used for the query execution.StoredProcedureQuery.setFlushMode
(FlushModeType flushMode) Set the flush mode type to be used for the query execution.TypedQuery.setFlushMode
(FlushModeType flushMode) Set the flush mode type to be used for the query execution.