Uses of Enum Class
org.hibernate.query.QueryFlushMode
Packages that use QueryFlushMode
Package
Description
Everything related to HQL/JPQL, native SQL, and criteria queries.
SPIs for HQL support.
Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
Implementation of the SPIs for native SQL query support.
SPIs for native SQL query support.
This package defines a semantic model of HQL queries.
Package for the SQM-backed Query implementation details
SPI-level SQM contracts
-
Uses of QueryFlushMode in org.hibernate.boot.models.annotations.internal
Methods in org.hibernate.boot.models.annotations.internal that return QueryFlushModeModifier and TypeMethodDescriptionNamedNativeQueryAnnotation.flush()
NamedQueryAnnotation.flush()
Methods in org.hibernate.boot.models.annotations.internal with parameters of type QueryFlushModeModifier and TypeMethodDescriptionvoid
NamedNativeQueryAnnotation.flush
(QueryFlushMode value) void
NamedQueryAnnotation.flush
(QueryFlushMode value) -
Uses of QueryFlushMode in org.hibernate.jpa.internal.util
Methods in org.hibernate.jpa.internal.util that return QueryFlushModeModifier and TypeMethodDescriptionstatic QueryFlushMode
FlushModeTypeHelper.getForcedFlushMode
(FlushMode flushMode) Methods in org.hibernate.jpa.internal.util with parameters of type QueryFlushModeModifier and TypeMethodDescriptionstatic FlushMode
FlushModeTypeHelper.getFlushMode
(QueryFlushMode queryFlushMode) -
Uses of QueryFlushMode in org.hibernate.query
Methods in org.hibernate.query that return QueryFlushModeModifier and TypeMethodDescriptionCommonQueryContract.getQueryFlushMode()
TheQueryFlushMode
in effect for this query.static QueryFlushMode
Returns 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 org.hibernate.query with parameters of type QueryFlushModeModifier and TypeMethodDescriptionCommonQueryContract.setQueryFlushMode
(QueryFlushMode queryFlushMode) Set theQueryFlushMode
to use for this query.MutationQuery.setQueryFlushMode
(QueryFlushMode queryFlushMode) NativeQuery.setQueryFlushMode
(QueryFlushMode queryFlushMode) Query.setQueryFlushMode
(QueryFlushMode queryFlushMode) SelectionQuery.setQueryFlushMode
(QueryFlushMode queryFlushMode) -
Uses of QueryFlushMode in org.hibernate.query.hql.spi
Methods in org.hibernate.query.hql.spi with parameters of type QueryFlushModeModifier and TypeMethodDescriptionSqmQueryImplementor.setQueryFlushMode
(QueryFlushMode queryFlushMode) -
Uses of QueryFlushMode in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return QueryFlushModeMethods in org.hibernate.query.spi with parameters of type QueryFlushModeModifier and TypeMethodDescriptionAbstractCommonQueryContract.setQueryFlushMode
(QueryFlushMode queryFlushMode) AbstractQuery.setQueryFlushMode
(QueryFlushMode queryFlushMode) AbstractSelectionQuery.setQueryFlushMode
(QueryFlushMode queryFlushMode) SqmQuery.setQueryFlushMode
(QueryFlushMode queryFlushMode) -
Uses of QueryFlushMode in org.hibernate.query.sql.internal
Methods in org.hibernate.query.sql.internal with parameters of type QueryFlushModeModifier and TypeMethodDescriptionNativeQueryImpl.setQueryFlushMode
(QueryFlushMode queryFlushMode) -
Uses of QueryFlushMode in org.hibernate.query.sql.spi
Methods in org.hibernate.query.sql.spi with parameters of type QueryFlushModeModifier and TypeMethodDescriptionNativeQueryImplementor.setQueryFlushMode
(QueryFlushMode queryFlushMode) -
Uses of QueryFlushMode in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type QueryFlushModeModifier and TypeMethodDescriptionSqmSelectionQuery.setQueryFlushMode
(QueryFlushMode queryFlushMode) -
Uses of QueryFlushMode in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type QueryFlushModeModifier and TypeMethodDescriptionQuerySqmImpl.setQueryFlushMode
(QueryFlushMode queryFlushMode) SqmSelectionQueryImpl.setQueryFlushMode
(QueryFlushMode queryFlushMode) -
Uses of QueryFlushMode in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi that return QueryFlushModeMethods in org.hibernate.query.sqm.spi with parameters of type QueryFlushModeModifier and TypeMethodDescriptionDelegatingSqmSelectionQueryImplementor.setQueryFlushMode
(QueryFlushMode queryFlushMode)