Uses of Enum Class
org.hibernate.query.QueryFlushMode
Packages that use QueryFlushMode
Package
Description
This package defines the central Hibernate APIs, beginning with
SessionFactory, which represents an instance of
Hibernate at runtime and is the source of new instances of
Session and StatelessSession,
the most important APIs exposing persistence-related operations for
entities.A set of mapping annotations which extend the O/R mapping annotations defined by JPA.
Defines support for executing database stored procedures and functions and accessing their outputs.
Defines an SPI for calling stored procedures and functions.
Everything related to HQL/JPQL, native SQL, and criteria queries.
Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
SPIs for native SQL query support.
-
Uses of QueryFlushMode in org.hibernate
Methods in org.hibernate with parameters of type QueryFlushModeModifier and TypeMethodDescriptionstatic FlushModeFlushMode.fromQueryFlushMode(QueryFlushMode queryFlushMode) -
Uses of QueryFlushMode in org.hibernate.annotations
Methods in org.hibernate.annotations that return QueryFlushModeModifier and TypeMethodDescriptionFlushModeType.toQueryFlushMode()Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of QueryFlushMode in org.hibernate.procedure
Methods in org.hibernate.procedure with parameters of type QueryFlushMode -
Uses of QueryFlushMode in org.hibernate.procedure.spi
Methods in org.hibernate.procedure.spi with parameters of type QueryFlushModeModifier and TypeMethodDescriptionProcedureCallImplementor.setQueryFlushMode(QueryFlushMode queryFlushMode) -
Uses of QueryFlushMode in org.hibernate.query
Subclasses with type arguments of type QueryFlushMode in org.hibernate.queryModifier and TypeClassDescriptionenumEnumerates the possible flush modes for execution of aQuery.Methods in org.hibernate.query that return QueryFlushModeModifier and TypeMethodDescriptionstatic QueryFlushModeQueryFlushMode.fromHibernateMode(FlushMode hibernateMode) static QueryFlushModestatic QueryFlushModeQueryFlushMode.fromJpaMode(FlushModeType jpaMode) CommonQueryContract.getQueryFlushMode()TheQueryFlushModein effect for this query.static QueryFlushModeQueryFlushMode.interpretHint(String value) 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 org.hibernate.query with parameters of type QueryFlushModeModifier and TypeMethodDescriptionCommonQueryContract.setQueryFlushMode(QueryFlushMode queryFlushMode) Set theQueryFlushModeto 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.spi
Methods in org.hibernate.query.spi with parameters of type QueryFlushModeModifier and TypeMethodDescriptionCommonQueryContractImplementor.setQueryFlushMode(QueryFlushMode queryFlushMode) MutationQueryImplementor.setQueryFlushMode(QueryFlushMode queryFlushMode) QueryImplementor.setQueryFlushMode(QueryFlushMode queryFlushMode) SelectionQueryImplementor.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)