Uses of Enum Class
jakarta.persistence.FlushModeType
Packages that use FlushModeType
Package
Description
Defines the core APIs for the management for persistence and
object/relational mapping.
-
Uses of FlushModeType in jakarta.persistence
Subclasses with type arguments of type FlushModeType in jakarta.persistenceMethods in jakarta.persistence that return FlushModeTypeModifier and TypeMethodDescriptionEntityManager.getFlushMode()Get the flush mode that applies to all objects contained in the persistence context.Query.getFlushMode()Deprecated.static FlushModeTypeReturns 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.Methods in jakarta.persistence with parameters of type FlushModeTypeModifier and TypeMethodDescriptionvoidEntityManager.setFlushMode(FlushModeType flushMode) Set the flush mode that applies to all objects contained in the persistence context.Query.setFlushMode(FlushModeType flushMode) Deprecated.Statement.setFlushMode(FlushModeType flushMode) Deprecated.StoredProcedureQuery.setFlushMode(FlushModeType flushMode) Deprecated.TypedQuery.setFlushMode(FlushModeType flushMode) Deprecated.
Query.getQueryFlushMode().