Uses of Enum Class
org.hibernate.FlushMode
Packages that useFlushMode
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 ofSession andStatelessSession, 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 ofFlushMode inorg.hibernate
Methods inorg.hibernate that returnFlushModeModifier and TypeMethodDescriptionstaticFlushModeFlushMode.fromJpaFlushMode(FlushModeType flushModeType) Session.getHibernateFlushMode()Get the currentflush mode for this session.staticFlushModeFlushMode.interpretExternalSetting(String externalName) Interprets an external representation of a flush mode.staticFlushModeReturns the enum constant of this class with the specified name.staticFlushMode[]FlushMode.values()Returns an array containing the constants of this enum class, inthe order they are declared.Methods inorg.hibernate with parameters of typeFlushModeModifier and TypeMethodDescriptionSpecify the initialFlushModeto use for the opened SessionbooleanCompare this flush mode to the given flush mode.voidSession.setHibernateFlushMode(FlushMode flushMode) Set the currentflush mode for this session.staticFlushModeTypeFlushMode.toJpaFlushMode(FlushMode flushMode) Uses ofFlushMode inorg.hibernate.boot.internal
Methods inorg.hibernate.boot.internal that returnFlushModeConstructors inorg.hibernate.boot.internal with parameters of typeFlushModeModifierConstructorDescriptionNamedHqlQueryDefinitionImpl(String name, @NullableClass<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, @NullableClass<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 ofFlushMode inorg.hibernate.boot.jaxb.hbm.internal
Methods inorg.hibernate.boot.jaxb.hbm.internal that returnFlushModeMethods inorg.hibernate.boot.jaxb.hbm.internal with parameters of typeFlushModeUses ofFlushMode inorg.hibernate.boot.jaxb.hbm.spi
Fields inorg.hibernate.boot.jaxb.hbm.spi declared asFlushModeModifier and TypeFieldDescriptionprotectedFlushModeJaxbHbmNamedNativeQueryType.flushModeprotectedFlushModeJaxbHbmNamedQueryType.flushModeMethods inorg.hibernate.boot.jaxb.hbm.spi that returnFlushModeModifier and TypeMethodDescriptionJaxbHbmNamedNativeQueryType.getFlushMode()Gets the value of the flushMode property.JaxbHbmNamedQueryType.getFlushMode()Gets the value of the flushMode property.Methods inorg.hibernate.boot.jaxb.hbm.spi with parameters of typeFlushModeModifier and TypeMethodDescriptionvoidJaxbHbmNamedNativeQueryType.setFlushMode(FlushMode value) Sets the value of the flushMode property.voidJaxbHbmNamedQueryType.setFlushMode(FlushMode value) Sets the value of the flushMode property.Uses ofFlushMode inorg.hibernate.boot.jaxb.mapping.internal
Methods inorg.hibernate.boot.jaxb.mapping.internal that returnFlushModeMethods inorg.hibernate.boot.jaxb.mapping.internal with parameters of typeFlushModeUses ofFlushMode inorg.hibernate.boot.jaxb.mapping.spi
Fields inorg.hibernate.boot.jaxb.mapping.spi declared asFlushModeModifier and TypeFieldDescriptionprotectedFlushModeJaxbNamedHqlQueryImpl.flushModeprotectedFlushModeJaxbNamedNativeQueryImpl.flushModeMethods inorg.hibernate.boot.jaxb.mapping.spi that returnFlushModeModifier and TypeMethodDescriptionJaxbNamedHqlQueryImpl.getFlushMode()Gets the value of the flushMode property.JaxbNamedNativeQueryImpl.getFlushMode()Gets the value of the flushMode property.JaxbNamedQuery.getFlushMode()Methods inorg.hibernate.boot.jaxb.mapping.spi with parameters of typeFlushModeModifier and TypeMethodDescriptionvoidJaxbNamedHqlQueryImpl.setFlushMode(FlushMode value) Sets the value of the flushMode property.voidJaxbNamedNativeQueryImpl.setFlushMode(FlushMode value) Sets the value of the flushMode property.Uses ofFlushMode inorg.hibernate.boot.model.internal
Methods inorg.hibernate.boot.model.internal that returnFlushModeUses ofFlushMode inorg.hibernate.boot.models.xml.internal
Methods inorg.hibernate.boot.models.xml.internal with parameters of typeFlushModeModifier and TypeMethodDescriptionstaticFlushModeTypeQueryProcessing.interpretFlushMode(FlushMode flushMode) Uses ofFlushMode inorg.hibernate.boot.query
Methods inorg.hibernate.boot.query that returnFlushModeMethods inorg.hibernate.boot.query with parameters of typeFlushModeUses ofFlushMode inorg.hibernate.boot.spi
Methods inorg.hibernate.boot.spi that returnFlushModeModifier and TypeMethodDescriptionAbstractNamedQueryDefinition.getFlushMode()AbstractDelegatingSessionFactoryOptions.getInitialSessionFlushMode()SessionFactoryOptions.getInitialSessionFlushMode()The default initialFlushModefor new sessions.Constructors inorg.hibernate.boot.spi with parameters of typeFlushModeModifierConstructorDescriptionAbstractNamedQueryDefinition(String name, @NullableClass<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 ofFlushMode inorg.hibernate.engine.jdbc.mutation.internal
Methods inorg.hibernate.engine.jdbc.mutation.internal that returnFlushModeUses ofFlushMode inorg.hibernate.engine.spi
Methods inorg.hibernate.engine.spi that returnFlushModeModifier and TypeMethodDescriptionSessionDelegatorBaseImpl.getHibernateFlushMode()SessionLazyDelegator.getHibernateFlushMode()SharedSessionContractImplementor.getHibernateFlushMode()Get the currentFlushModefor this session.SharedSessionDelegatorBaseImpl.getHibernateFlushMode()Methods inorg.hibernate.engine.spi with parameters of typeFlushModeModifier and TypeMethodDescriptionvoidSessionDelegatorBaseImpl.setHibernateFlushMode(FlushMode flushMode) voidSessionLazyDelegator.setHibernateFlushMode(FlushMode flushMode) Uses ofFlushMode inorg.hibernate.envers.query
Methods inorg.hibernate.envers.query with parameters of typeFlushModeModifier and TypeMethodDescriptionAuditAssociationQuery.setFlushMode(FlushMode flushMode) AuditQuery.setFlushMode(FlushMode flushMode) Uses ofFlushMode inorg.hibernate.envers.query.internal.impl
Methods inorg.hibernate.envers.query.internal.impl with parameters of typeFlushModeModifier and TypeMethodDescriptionAbstractAuditAssociationQuery.setFlushMode(FlushMode flushMode) AbstractAuditQuery.setFlushMode(FlushMode flushMode) Uses ofFlushMode inorg.hibernate.internal
Methods inorg.hibernate.internal that returnFlushModeModifier and TypeMethodDescriptionSessionImpl.getHibernateFlushMode()StatelessSessionImpl.getHibernateFlushMode()SessionCreationOptions.getInitialSessionFlushMode()SessionFactoryImpl.SessionBuilderImpl.getInitialSessionFlushMode()SessionFactoryImpl.StatelessSessionBuilderImpl.getInitialSessionFlushMode()Methods inorg.hibernate.internal with parameters of typeFlushModeUses ofFlushMode inorg.hibernate.jpa.internal.util
Methods inorg.hibernate.jpa.internal.util that returnFlushModeModifier and TypeMethodDescriptionstaticFlushModeConfigurationHelper.getFlushMode(Object value) staticFlushModeConfigurationHelper.getFlushMode(Object value,FlushMode defaultFlushMode) staticFlushModeFlushModeTypeHelper.getFlushMode(FlushModeType flushModeType) staticFlushModeFlushModeTypeHelper.getFlushMode(QueryFlushMode queryFlushMode) staticFlushModeFlushModeTypeHelper.interpretExternalSetting(String externalName) staticFlushModeFlushModeTypeHelper.interpretFlushMode(Object value) Methods inorg.hibernate.jpa.internal.util with parameters of typeFlushModeModifier and TypeMethodDescriptionstaticFlushModeConfigurationHelper.getFlushMode(Object value,FlushMode defaultFlushMode) staticFlushModeTypeFlushModeTypeHelper.getFlushModeType(FlushMode flushMode) staticQueryFlushModeFlushModeTypeHelper.getForcedFlushMode(FlushMode flushMode) Uses ofFlushMode inorg.hibernate.loader.ast.internal
Methods inorg.hibernate.loader.ast.internal that returnFlushModeUses ofFlushMode inorg.hibernate.procedure.internal
Constructors inorg.hibernate.procedure.internal with parameters of typeFlushModeModifierConstructorDescriptionNamedCallableQueryMementoImpl(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 ProcedureCallImplUses ofFlushMode inorg.hibernate.query
Methods inorg.hibernate.query that returnFlushModeMethods inorg.hibernate.query with parameters of typeFlushModeModifier 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 ofFlushMode inorg.hibernate.query.criteria.internal
Constructors inorg.hibernate.query.criteria.internal with parameters of typeFlushModeModifierConstructorDescriptionNamedCriteriaQueryMementoImpl(String name, @NullableClass<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 ofFlushMode inorg.hibernate.query.hql.internal
Constructors inorg.hibernate.query.hql.internal with parameters of typeFlushModeModifierConstructorDescriptionNamedHqlQueryMementoImpl(String name, @NullableClass<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 ofFlushMode inorg.hibernate.query.hql.spi
Methods inorg.hibernate.query.hql.spi with parameters of typeFlushModeModifier and TypeMethodDescriptionSqmQueryImplementor.setHibernateFlushMode(FlushMode flushMode) Deprecated.Uses ofFlushMode inorg.hibernate.query.internal
Methods inorg.hibernate.query.internal that returnFlushModeModifier and TypeMethodDescriptionNamedQueryHelper.NamedQueryDescriptorBuilder.getFlushMode()QueryOptionsImpl.getFlushMode()Methods inorg.hibernate.query.internal with parameters of typeFlushModeModifier and TypeMethodDescriptionvoidNamedQueryHelper.NamedQueryDescriptorBuilder.setFlushMode(FlushMode flushMode) voidQueryOptionsImpl.setFlushMode(FlushMode flushMode) Uses ofFlushMode inorg.hibernate.query.named
Methods inorg.hibernate.query.named that returnFlushModeModifier and TypeMethodDescriptionAbstractNamedQueryMemento.getFlushMode()NamedQueryMemento.getFlushMode()Constructors inorg.hibernate.query.named with parameters of typeFlushModeUses ofFlushMode inorg.hibernate.query.spi
Methods inorg.hibernate.query.spi that returnFlushModeModifier and TypeMethodDescriptionDelegatingQueryOptions.getFlushMode()QueryOptions.getFlushMode()The flush mode to use for the query executionQueryOptionsAdapter.getFlushMode()AbstractCommonQueryContract.getHibernateFlushMode()QueryProducerImplementor.getHibernateFlushMode()Deprecated, for removal: This API element is subject to removal in a future version.Methods inorg.hibernate.query.spi with parameters of typeFlushModeModifier and TypeMethodDescriptionprotected voidAbstractCommonQueryContract.applyFlushModeHint(FlushMode flushMode) voidMutableQueryOptions.setFlushMode(FlushMode flushMode) Corollary toQueryOptions.getFlushMode()AbstractCommonQueryContract.setHibernateFlushMode(FlushMode flushMode) AbstractQuery.setHibernateFlushMode(FlushMode flushMode) AbstractSelectionQuery.setHibernateFlushMode(FlushMode flushMode) SqmQuery.setHibernateFlushMode(FlushMode flushMode) Deprecated.Uses ofFlushMode inorg.hibernate.query.sql.internal
Methods inorg.hibernate.query.sql.internal with parameters of typeFlushModeConstructors inorg.hibernate.query.sql.internal with parameters of typeFlushModeModifierConstructorDescriptionNamedNativeQueryMementoImpl(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 ofFlushMode inorg.hibernate.query.sql.spi
Methods inorg.hibernate.query.sql.spi with parameters of typeFlushModeModifier and TypeMethodDescriptionNativeQueryImplementor.setHibernateFlushMode(FlushMode flushMode) Deprecated.Uses ofFlushMode inorg.hibernate.query.sqm
Methods inorg.hibernate.query.sqm with parameters of typeFlushModeModifier and TypeMethodDescriptionSqmSelectionQuery.setHibernateFlushMode(FlushMode flushMode) Deprecated.Uses ofFlushMode inorg.hibernate.query.sqm.internal
Methods inorg.hibernate.query.sqm.internal with parameters of typeFlushModeModifier and TypeMethodDescriptionQuerySqmImpl.setHibernateFlushMode(FlushMode flushMode) SqmSelectionQueryImpl.setHibernateFlushMode(FlushMode flushMode) Uses ofFlushMode inorg.hibernate.query.sqm.spi
Methods inorg.hibernate.query.sqm.spi that returnFlushModeModifier and TypeMethodDescriptionDelegatingSqmSelectionQueryImplementor.getHibernateFlushMode()Deprecated.Methods inorg.hibernate.query.sqm.spi with parameters of typeFlushModeModifier and TypeMethodDescriptionDelegatingSqmSelectionQueryImplementor.setHibernateFlushMode(FlushMode flushMode) Deprecated.