Uses of Enum Class
org.hibernate.FlushMode
Packages that use FlushMode
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.JAXB details.
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
Support for handling named queries during the bootstrap process.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.Defines the internal implementation of the stored procedure SPI.
Everything related to HQL/JPQL, native SQL, and criteria queries.
Implementation of the SPIs for HQL support.
SPIs for HQL support.
Support for named queries
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 FlushMode in org.hibernate
Methods in org.hibernate that return FlushModeModifier and TypeMethodDescriptionstatic FlushMode
FlushMode.fromJpaFlushMode
(FlushModeType flushModeType) Session.getHibernateFlushMode()
Get the current flush mode for this session.static FlushMode
FlushMode.interpretExternalSetting
(String externalName) Interprets an external representation of a flush mode.static FlushMode
Returns the enum constant of this class with the specified name.static FlushMode[]
FlushMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate with parameters of type FlushModeModifier and TypeMethodDescriptionSpecify the initial FlushMode to use for the opened Sessionboolean
Compare this flush mode to the given flush mode.void
Session.setHibernateFlushMode
(FlushMode flushMode) Set the current flush mode for this session.static FlushModeType
FlushMode.toJpaFlushMode
(FlushMode flushMode) -
Uses of FlushMode in org.hibernate.boot.internal
Constructors in org.hibernate.boot.internal with parameters of type FlushModeModifierConstructorDescriptionNamedHqlQueryDefinitionImpl
(String name, @Nullable Class<E> resultType, String hqlString, Integer firstResult, Integer maxResults, Boolean cacheable, String cacheRegion, CacheMode cacheMode, FlushMode flushMode, Boolean readOnly, LockOptions lockOptions, Integer timeout, Integer fetchSize, String comment, Map<String, String> parameterTypes, Map<String, Object> hints, String location) NamedNativeQueryDefinitionImpl
(String name, @Nullable Class<E> resultType, String sqlString, String resultSetMappingName, Set<String> querySpaces, Boolean cacheable, String cacheRegion, CacheMode cacheMode, FlushMode flushMode, Boolean readOnly, Integer timeout, Integer fetchSize, String comment, Integer firstResult, Integer maxResults, Map<String, Object> hints, String location) -
Uses of FlushMode in org.hibernate.boot.jaxb.hbm.internal
Methods in org.hibernate.boot.jaxb.hbm.internal that return FlushModeMethods in org.hibernate.boot.jaxb.hbm.internal with parameters of type FlushMode -
Uses of FlushMode in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as FlushModeModifier and TypeFieldDescriptionprotected FlushMode
JaxbHbmNamedNativeQueryType.flushMode
protected FlushMode
JaxbHbmNamedQueryType.flushMode
Methods in org.hibernate.boot.jaxb.hbm.spi that return FlushModeModifier and TypeMethodDescriptionJaxbHbmNamedNativeQueryType.getFlushMode()
Gets the value of the flushMode property.JaxbHbmNamedQueryType.getFlushMode()
Gets the value of the flushMode property.Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type FlushModeModifier and TypeMethodDescriptionvoid
JaxbHbmNamedNativeQueryType.setFlushMode
(FlushMode value) Sets the value of the flushMode property.void
JaxbHbmNamedQueryType.setFlushMode
(FlushMode value) Sets the value of the flushMode property. -
Uses of FlushMode in org.hibernate.boot.jaxb.mapping.internal
Methods in org.hibernate.boot.jaxb.mapping.internal that return FlushModeMethods in org.hibernate.boot.jaxb.mapping.internal with parameters of type FlushMode -
Uses of FlushMode in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as FlushModeModifier and TypeFieldDescriptionprotected FlushMode
JaxbNamedHqlQueryImpl.flushMode
protected FlushMode
JaxbNamedNativeQueryImpl.flushMode
Methods in org.hibernate.boot.jaxb.mapping.spi that return FlushModeModifier and TypeMethodDescriptionJaxbNamedHqlQueryImpl.getFlushMode()
Gets the value of the flushMode property.JaxbNamedNativeQueryImpl.getFlushMode()
Gets the value of the flushMode property.JaxbNamedQuery.getFlushMode()
Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type FlushModeModifier and TypeMethodDescriptionvoid
JaxbNamedHqlQueryImpl.setFlushMode
(FlushMode value) Sets the value of the flushMode property.void
JaxbNamedNativeQueryImpl.setFlushMode
(FlushMode value) Sets the value of the flushMode property. -
Uses of FlushMode in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return FlushMode -
Uses of FlushMode in org.hibernate.boot.models.xml.internal
Methods in org.hibernate.boot.models.xml.internal with parameters of type FlushModeModifier and TypeMethodDescriptionstatic FlushModeType
QueryProcessing.interpretFlushMode
(FlushMode flushMode) -
Uses of FlushMode in org.hibernate.boot.query
Methods in org.hibernate.boot.query that return FlushModeMethods in org.hibernate.boot.query with parameters of type FlushMode -
Uses of FlushMode in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return FlushModeConstructors in org.hibernate.boot.spi with parameters of type FlushModeModifierConstructorDescriptionAbstractNamedQueryDefinition
(String name, @Nullable Class<R> resultType, Boolean cacheable, String cacheRegion, CacheMode cacheMode, FlushMode flushMode, Boolean readOnly, LockOptions lockOptions, Integer timeout, Integer fetchSize, String comment, Map<String, Object> hints, String location) -
Uses of FlushMode in org.hibernate.engine.jdbc.mutation.internal
Methods in org.hibernate.engine.jdbc.mutation.internal that return FlushMode -
Uses of FlushMode in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return FlushModeModifier and TypeMethodDescriptionSessionDelegatorBaseImpl.getHibernateFlushMode()
SessionLazyDelegator.getHibernateFlushMode()
SharedSessionContractImplementor.getHibernateFlushMode()
Get the currentFlushMode
for this session.SharedSessionDelegatorBaseImpl.getHibernateFlushMode()
Methods in org.hibernate.engine.spi with parameters of type FlushModeModifier and TypeMethodDescriptionvoid
SessionDelegatorBaseImpl.setHibernateFlushMode
(FlushMode flushMode) void
SessionLazyDelegator.setHibernateFlushMode
(FlushMode flushMode) void
SharedSessionContractImplementor.setHibernateFlushMode
(FlushMode flushMode) Set the currentFlushMode
for this session.void
SharedSessionDelegatorBaseImpl.setHibernateFlushMode
(FlushMode flushMode) -
Uses of FlushMode in org.hibernate.envers.query
Methods in org.hibernate.envers.query with parameters of type FlushModeModifier and TypeMethodDescriptionAuditAssociationQuery.setFlushMode
(FlushMode flushMode) AuditQuery.setFlushMode
(FlushMode flushMode) -
Uses of FlushMode in org.hibernate.envers.query.internal.impl
Methods in org.hibernate.envers.query.internal.impl with parameters of type FlushModeModifier and TypeMethodDescriptionAbstractAuditAssociationQuery.setFlushMode
(FlushMode flushMode) AbstractAuditQuery.setFlushMode
(FlushMode flushMode) -
Uses of FlushMode in org.hibernate.internal
Methods in org.hibernate.internal that return FlushModeModifier and TypeMethodDescriptionAbstractSharedSessionContract.getHibernateFlushMode()
SessionCreationOptions.getInitialSessionFlushMode()
SessionFactoryImpl.SessionBuilderImpl.getInitialSessionFlushMode()
SessionFactoryImpl.StatelessSessionBuilderImpl.getInitialSessionFlushMode()
Methods in org.hibernate.internal with parameters of type FlushModeModifier and TypeMethodDescriptionvoid
AbstractSharedSessionContract.setHibernateFlushMode
(FlushMode flushMode) void
StatelessSessionImpl.setHibernateFlushMode
(FlushMode flushMode) -
Uses of FlushMode in org.hibernate.jpa.internal.util
Methods in org.hibernate.jpa.internal.util that return FlushModeModifier and TypeMethodDescriptionstatic FlushMode
ConfigurationHelper.getFlushMode
(Object value) static FlushMode
ConfigurationHelper.getFlushMode
(Object value, FlushMode defaultFlushMode) static FlushMode
FlushModeTypeHelper.getFlushMode
(FlushModeType flushModeType) static FlushMode
FlushModeTypeHelper.getFlushMode
(QueryFlushMode queryFlushMode) static FlushMode
FlushModeTypeHelper.interpretExternalSetting
(String externalName) static FlushMode
FlushModeTypeHelper.interpretFlushMode
(Object value) Methods in org.hibernate.jpa.internal.util with parameters of type FlushModeModifier and TypeMethodDescriptionstatic FlushMode
ConfigurationHelper.getFlushMode
(Object value, FlushMode defaultFlushMode) static FlushModeType
FlushModeTypeHelper.getFlushModeType
(FlushMode flushMode) static QueryFlushMode
FlushModeTypeHelper.getForcedFlushMode
(FlushMode flushMode) -
Uses of FlushMode in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal that return FlushMode -
Uses of FlushMode in org.hibernate.procedure.internal
Constructors in org.hibernate.procedure.internal with parameters of type FlushModeModifierConstructorDescriptionNamedCallableQueryMementoImpl
(String name, String callableName, ParameterStrategy parameterStrategy, List<NamedCallableQueryMemento.ParameterMemento> parameterMementos, String[] resultSetMappingNames, Class<?>[] resultSetMappingClasses, Set<String> querySpaces, Boolean cacheable, String cacheRegion, CacheMode cacheMode, FlushMode flushMode, Boolean readOnly, Integer timeout, Integer fetchSize, String comment, Map<String, Object> hints) Constructs a ProcedureCallImpl -
Uses of FlushMode in org.hibernate.query
Methods in org.hibernate.query that return FlushModeMethods in org.hibernate.query with parameters of type FlushModeModifier and TypeMethodDescriptionCommonQueryContract.setHibernateFlushMode
(FlushMode flushMode) Deprecated.MutationQuery.setHibernateFlushMode
(FlushMode flushMode) Deprecated.NativeQuery.setHibernateFlushMode
(FlushMode flushMode) Deprecated.Query.setHibernateFlushMode
(FlushMode flushMode) Deprecated.SelectionQuery.setHibernateFlushMode
(FlushMode flushMode) Deprecated. -
Uses of FlushMode in org.hibernate.query.criteria.internal
Constructors in org.hibernate.query.criteria.internal with parameters of type FlushModeModifierConstructorDescriptionNamedCriteriaQueryMementoImpl
(String name, @Nullable Class<E> resultType, SqmStatement<E> sqmStatement, Integer firstResult, Integer maxResults, Boolean cacheable, String cacheRegion, CacheMode cacheMode, FlushMode flushMode, Boolean readOnly, LockOptions lockOptions, Integer timeout, Integer fetchSize, String comment, Map<String, String> parameterTypes, Map<String, Object> hints) -
Uses of FlushMode in org.hibernate.query.hql.internal
Constructors in org.hibernate.query.hql.internal with parameters of type FlushModeModifierConstructorDescriptionNamedHqlQueryMementoImpl
(String name, @Nullable Class<R> resultType, String hqlString, Integer firstResult, Integer maxResults, Boolean cacheable, String cacheRegion, CacheMode cacheMode, FlushMode flushMode, Boolean readOnly, LockOptions lockOptions, Integer timeout, Integer fetchSize, String comment, Map<String, String> parameterTypes, Map<String, Object> hints) -
Uses of FlushMode in org.hibernate.query.hql.spi
Methods in org.hibernate.query.hql.spi with parameters of type FlushModeModifier and TypeMethodDescriptionSqmQueryImplementor.setHibernateFlushMode
(FlushMode flushMode) Deprecated. -
Uses of FlushMode in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return FlushModeModifier and TypeMethodDescriptionNamedQueryHelper.NamedQueryDescriptorBuilder.getFlushMode()
QueryOptionsImpl.getFlushMode()
Methods in org.hibernate.query.internal with parameters of type FlushModeModifier and TypeMethodDescriptionvoid
NamedQueryHelper.NamedQueryDescriptorBuilder.setFlushMode
(FlushMode flushMode) void
QueryOptionsImpl.setFlushMode
(FlushMode flushMode) -
Uses of FlushMode in org.hibernate.query.named
Methods in org.hibernate.query.named that return FlushModeModifier and TypeMethodDescriptionAbstractNamedQueryMemento.getFlushMode()
NamedQueryMemento.getFlushMode()
Constructors in org.hibernate.query.named with parameters of type FlushMode -
Uses of FlushMode in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return FlushModeModifier and TypeMethodDescriptionDelegatingQueryOptions.getFlushMode()
QueryOptions.getFlushMode()
The flush mode to use for the query executionQueryOptionsAdapter.getFlushMode()
AbstractCommonQueryContract.getHibernateFlushMode()
QueryProducerImplementor.getHibernateFlushMode()
Methods in org.hibernate.query.spi with parameters of type FlushModeModifier and TypeMethodDescriptionprotected void
AbstractCommonQueryContract.applyFlushModeHint
(FlushMode flushMode) void
MutableQueryOptions.setFlushMode
(FlushMode flushMode) Corollary toQueryOptions.getFlushMode()
AbstractCommonQueryContract.setHibernateFlushMode
(FlushMode flushMode) AbstractQuery.setHibernateFlushMode
(FlushMode flushMode) AbstractSelectionQuery.setHibernateFlushMode
(FlushMode flushMode) SqmQuery.setHibernateFlushMode
(FlushMode flushMode) Deprecated. -
Uses of FlushMode in org.hibernate.query.sql.internal
Methods in org.hibernate.query.sql.internal with parameters of type FlushModeConstructors in org.hibernate.query.sql.internal with parameters of type FlushModeModifierConstructorDescriptionNamedNativeQueryMementoImpl
(String name, Class<E> resultClass, String sqlString, String originalSqlString, String resultSetMappingName, Set<String> querySpaces, Boolean cacheable, String cacheRegion, CacheMode cacheMode, FlushMode flushMode, Boolean readOnly, Integer timeout, Integer fetchSize, String comment, Integer firstResult, Integer maxResults, Map<String, Object> hints) -
Uses of FlushMode in org.hibernate.query.sql.spi
Methods in org.hibernate.query.sql.spi with parameters of type FlushModeModifier and TypeMethodDescriptionNativeQueryImplementor.setHibernateFlushMode
(FlushMode flushMode) Deprecated. -
Uses of FlushMode in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type FlushModeModifier and TypeMethodDescriptionSqmSelectionQuery.setHibernateFlushMode
(FlushMode flushMode) Deprecated. -
Uses of FlushMode in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type FlushModeModifier and TypeMethodDescriptionQuerySqmImpl.setHibernateFlushMode
(FlushMode flushMode) SqmSelectionQueryImpl.setHibernateFlushMode
(FlushMode flushMode) -
Uses of FlushMode in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi that return FlushModeMethods in org.hibernate.query.sqm.spi with parameters of type FlushModeModifier and TypeMethodDescriptionDelegatingSqmSelectionQueryImplementor.setHibernateFlushMode
(FlushMode flushMode)
CommonQueryContract.getQueryFlushMode()