Uses of Enum Class
jakarta.persistence.QueryFlushMode
Packages that use QueryFlushMode
Package
Description
Defines the core APIs for the management for persistence and
object/relational mapping.
-
Uses of QueryFlushMode in jakarta.persistence
Subclasses with type arguments of type QueryFlushMode in jakarta.persistenceModifier and TypeClassDescriptionenumEnumerates the possible flush modes for execution of aQuery.Methods in jakarta.persistence that return QueryFlushModeModifier and TypeMethodDescriptionQuery.getQueryFlushMode()Get the flush mode which will be in effect when the query is executed.static QueryFlushModeReturns the enum constant of this class with the specified name.static QueryFlushMode[]QueryFlushMode.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 QueryFlushModeModifier and TypeMethodDescriptionQuery.setQueryFlushMode(QueryFlushMode flushMode) Set the query flush mode to be used when the query is executed.Statement.setQueryFlushMode(QueryFlushMode flushMode) Set the query flush mode to be used when the query is executed.StoredProcedureQuery.setQueryFlushMode(QueryFlushMode flushMode) Set the query flush mode to be used when the query is executed.TypedQuery.setQueryFlushMode(QueryFlushMode flushMode) Set the query flush mode to be used when the query is executed.