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.A set of mapping annotations which extend the O/R mapping annotations defined by JPA.
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.
Support for named queries
Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
-
Uses of FlushMode in org.hibernate
Subclasses with type arguments of type FlushMode in org.hibernateMethods in org.hibernate that return FlushModeModifier and TypeMethodDescriptionstatic FlushModestatic FlushModeFlushMode.fromJpaFlushMode(FlushModeType flushModeType) static FlushModeFlushMode.fromQueryFlushMode(QueryFlushMode queryFlushMode) 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 initialFlushModeto 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.annotations
Methods in org.hibernate.annotations that return FlushModeModifier and TypeMethodDescriptionFlushModeType.toFlushMode()Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of FlushMode in org.hibernate.boot.jaxb.hbm.spi
Subclasses with type arguments of type FlushMode in org.hibernate.boot.jaxb.hbm.spiFields 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.spi
Subclasses with type arguments of type FlushMode in org.hibernate.boot.jaxb.mapping.spiFields in org.hibernate.boot.jaxb.mapping.spi declared as FlushModeModifier and TypeFieldDescriptionprotected FlushModeJaxbNamedHqlQueryImpl.flushModeprotected FlushModeJaxbNamedNativeQueryImpl.flushModeMethods 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 TypeMethodDescriptionvoidJaxbNamedHqlQueryImpl.setFlushMode(FlushMode value) Sets the value of the flushMode property.voidJaxbNamedNativeQueryImpl.setFlushMode(FlushMode value) Sets the value of the flushMode property. -
Uses of FlushMode in org.hibernate.boot.query
Methods in org.hibernate.boot.query that return FlushMode -
Uses of FlushMode in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return FlushModeModifier and TypeMethodDescriptionAbstractDelegatingSessionFactoryOptions.getInitialSessionFlushMode()SessionFactoryOptions.getInitialSessionFlushMode()The default initialFlushModefor new sessions. -
Uses of FlushMode in org.hibernate.engine.creation.spi
Methods in org.hibernate.engine.creation.spi with parameters of type FlushModeModifier and TypeMethodDescription -
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) -
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.query
Methods in org.hibernate.query that return FlushModeModifier and TypeMethodDescriptionCommonQueryContract.getEffectiveFlushMode()TheFlushModein effect for this query.QueryFlushMode.toHibernateFlushMode(SharedSessionContractImplementor session) Methods in org.hibernate.query with parameters of type FlushModeModifier and TypeMethodDescriptionstatic QueryFlushModeQueryFlushMode.fromHibernateMode(FlushMode hibernateMode) -
Uses of FlushMode in org.hibernate.query.named
Methods in org.hibernate.query.named that return 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()Methods in org.hibernate.query.spi with parameters of type FlushModeModifier and TypeMethodDescriptionvoidMutableQueryOptions.setFlushMode(FlushMode flushMode) Corollary toQueryOptions.getFlushMode()