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.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.
Everything related to HQL/JPQL, native SQL, and criteria queries.
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.
SPIs for native SQL query support.
This package defines a semantic model of HQL queries.
SPI-level SQM contracts
-
Uses of FlushMode in org.hibernate
Methods in org.hibernate that return FlushModeModifier and TypeMethodDescriptionstatic FlushModeFlushMode.fromJpaFlushMode(FlushModeType flushModeType) Session.getHibernateFlushMode()Get the current flush mode for this session.static FlushModeFlushMode.interpretExternalSetting(String externalName) Interprets an external representation of a flush mode.static FlushModeReturns 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 SessionbooleanCompare this flush mode to the given flush mode.voidSession.setHibernateFlushMode(FlushMode flushMode) Set the current flush mode for this session.static FlushModeTypeFlushMode.toJpaFlushMode(FlushMode flushMode) -
Uses of FlushMode in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as FlushModeModifier and TypeFieldDescriptionprotected FlushModeJaxbHbmNamedNativeQueryType.flushModeprotected FlushModeJaxbHbmNamedQueryType.flushModeMethods 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 TypeMethodDescriptionvoidJaxbHbmNamedNativeQueryType.setFlushMode(FlushMode value) Sets the value of the flushMode property.voidJaxbHbmNamedQueryType.setFlushMode(FlushMode value) Sets the value of the flushMode property. -
Uses of FlushMode in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as FlushModeModifier and TypeFieldDescriptionprotected FlushModeJaxbNamedNativeQuery.flushModeprotected FlushModeJaxbNamedQuery.flushModeMethods in org.hibernate.boot.jaxb.mapping that return FlushModeModifier and TypeMethodDescriptionJaxbNamedNativeQuery.getFlushMode()Gets the value of the flushMode property.JaxbNamedQuery.getFlushMode()Gets the value of the flushMode property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type FlushModeModifier and TypeMethodDescriptionvoidJaxbNamedNativeQuery.setFlushMode(FlushMode value) Sets the value of the flushMode property.voidJaxbNamedQuery.setFlushMode(FlushMode value) Sets the value of the flushMode property. -
Uses of FlushMode in org.hibernate.boot.jaxb.mapping.marshall
Methods in org.hibernate.boot.jaxb.mapping.marshall that return FlushModeMethods in org.hibernate.boot.jaxb.mapping.marshall with parameters of type 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 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 currentFlushModefor this session.SharedSessionDelegatorBaseImpl.getHibernateFlushMode()Methods in org.hibernate.engine.spi with parameters of type FlushModeModifier and TypeMethodDescriptionvoidSessionDelegatorBaseImpl.setHibernateFlushMode(FlushMode flushMode) voidSessionLazyDelegator.setHibernateFlushMode(FlushMode flushMode) voidSharedSessionContractImplementor.setHibernateFlushMode(FlushMode flushMode) Set the currentFlushModefor this session.voidSharedSessionDelegatorBaseImpl.setHibernateFlushMode(FlushMode flushMode) -
Uses of FlushMode in org.hibernate.query
Methods in org.hibernate.query that return FlushModeModifier and TypeMethodDescriptionCommonQueryContract.getHibernateFlushMode()TheFlushModein effect for this query.Methods in org.hibernate.query with parameters of type FlushModeModifier and TypeMethodDescriptionCommonQueryContract.setHibernateFlushMode(FlushMode flushMode) Set the currentFlushModein effect for this query.MutationQuery.setHibernateFlushMode(FlushMode flushMode) NativeQuery.setHibernateFlushMode(FlushMode flushMode) Query.setHibernateFlushMode(FlushMode flushMode) SelectionQuery.setHibernateFlushMode(FlushMode flushMode) -
Uses of FlushMode in org.hibernate.query.hql.spi
Methods in org.hibernate.query.hql.spi with parameters of type FlushMode -
Uses of FlushMode in org.hibernate.query.named
Fields in org.hibernate.query.named declared as FlushModeModifier and TypeFieldDescriptionprotected FlushModeAbstractNamedQueryMemento.AbstractBuilder.flushModeMethods in org.hibernate.query.named that return FlushModeModifier and TypeMethodDescriptionAbstractNamedQueryMemento.AbstractBuilder.getFlushMode()AbstractNamedQueryMemento.getFlushMode()NamedQueryMemento.getFlushMode()Methods in org.hibernate.query.named with parameters of type FlushModeModifier and TypeMethodDescriptionAbstractNamedQueryMemento.AbstractBuilder.setFlushMode(FlushMode flushMode) 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 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) -
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) -
Uses of FlushMode in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type 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)