Uses of Class
org.hibernate.FlushMode
-
Packages that use FlushMode Package Description org.hibernate This package defines the central Hibernate APIs, beginning withSessionFactory, which represents an instance of Hibernate at runtime and is the source of new instances ofSessionandStatelessSession, the most important APIs exposing persistence-related operations for entities.org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.jaxb.mapping org.hibernate.boot.jaxb.mapping.marshall org.hibernate.boot.query Support for handling named queries during the bootstrap process.org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.query Everything related to HQL/JPQL, native SQL, and criteria queries.org.hibernate.query.hql.spi SPIs for HQL support.org.hibernate.query.named Support for named queriesorg.hibernate.query.spi Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.org.hibernate.query.sql.spi SPIs for native SQL query support.org.hibernate.query.sqm This package defines a semantic model of HQL queries. -
-
Uses of FlushMode in org.hibernate
Methods in org.hibernate that return FlushMode Modifier and Type Method Description static FlushModeFlushMode. fromJpaFlushMode(FlushModeType flushModeType)FlushModeSession. getHibernateFlushMode()Get the currentflush modefor this session.static FlushModeFlushMode. interpretExternalSetting(String externalName)Interprets an external representation of a flush mode.static FlushModeFlushMode. valueOf(String name)Returns the enum constant of this type with the specified name.static FlushMode[]FlushMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate with parameters of type FlushMode Modifier and Type Method Description SessionBuilderSessionBuilder. flushMode(FlushMode flushMode)Specify the initial FlushMode to use for the opened SessionbooleanFlushMode. lessThan(FlushMode other)Compare this flush mode to the given flush mode.voidSession. setHibernateFlushMode(FlushMode flushMode)Set the currentflush modefor 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 FlushMode Modifier and Type Field Description protected FlushModeJaxbHbmNamedNativeQueryType. flushModeprotected FlushModeJaxbHbmNamedQueryType. flushModeMethods in org.hibernate.boot.jaxb.hbm.spi that return FlushMode Modifier and Type Method Description FlushModeJaxbHbmNamedNativeQueryType. getFlushMode()Gets the value of the flushMode property.FlushModeJaxbHbmNamedQueryType. getFlushMode()Gets the value of the flushMode property.FlushModeAdapter5. unmarshal(String value)Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type FlushMode Modifier and Type Method Description StringAdapter5. marshal(FlushMode value)voidJaxbHbmNamedNativeQueryType. 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 FlushMode Modifier and Type Field Description protected FlushModeJaxbNamedNativeQuery. flushModeprotected FlushModeJaxbNamedQuery. flushModeMethods in org.hibernate.boot.jaxb.mapping that return FlushMode Modifier and Type Method Description FlushModeJaxbNamedNativeQuery. getFlushMode()Gets the value of the flushMode property.FlushModeJaxbNamedQuery. getFlushMode()Gets the value of the flushMode property.FlushModeAdapter18. unmarshal(String value)Methods in org.hibernate.boot.jaxb.mapping with parameters of type FlushMode Modifier and Type Method Description StringAdapter18. marshal(FlushMode value)voidJaxbNamedNativeQuery. 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 FlushMode Modifier and Type Method Description static FlushModeFlushModeMarshalling. fromXml(String name)Methods in org.hibernate.boot.jaxb.mapping.marshall with parameters of type FlushMode Modifier and Type Method Description static StringFlushModeMarshalling. toXml(FlushMode mode) -
Uses of FlushMode in org.hibernate.boot.query
Methods in org.hibernate.boot.query that return FlushMode Modifier and Type Method Description FlushModeAbstractNamedQueryBuilder. getFlushMode()Methods in org.hibernate.boot.query with parameters of type FlushMode Modifier and Type Method Description TAbstractNamedQueryBuilder. setFlushMode(FlushMode flushMode) -
Uses of FlushMode in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return FlushMode Modifier and Type Method Description FlushModeAbstractNamedQueryDefinition. getFlushMode()Constructors in org.hibernate.boot.spi with parameters of type FlushMode Constructor Description AbstractNamedQueryDefinition(String name, Boolean cacheable, String cacheRegion, CacheMode cacheMode, FlushMode flushMode, Boolean readOnly, LockOptions lockOptions, Integer timeout, Integer fetchSize, String comment, Map<String,Object> hints) -
Uses of FlushMode in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return FlushMode Modifier and Type Method Description FlushModeSessionDelegatorBaseImpl. getHibernateFlushMode()FlushModeSessionLazyDelegator. getHibernateFlushMode()FlushModeSharedSessionContractImplementor. getHibernateFlushMode()Get the currentFlushModefor this session.FlushModeSharedSessionDelegatorBaseImpl. getHibernateFlushMode()Methods in org.hibernate.engine.spi with parameters of type FlushMode Modifier and Type Method Description SessionBuilderAbstractDelegatingSessionBuilder. flushMode(FlushMode flushMode)SharedSessionBuilderAbstractDelegatingSharedSessionBuilder. flushMode(FlushMode flushMode)voidSessionDelegatorBaseImpl. 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 FlushMode Modifier and Type Method Description FlushModeCommonQueryContract. getHibernateFlushMode()TheFlushModein effect for this query.Methods in org.hibernate.query with parameters of type FlushMode Modifier and Type Method Description CommonQueryContractCommonQueryContract. setHibernateFlushMode(FlushMode flushMode)Set the currentFlushModein effect for this query.MutationQueryMutationQuery. setHibernateFlushMode(FlushMode flushMode)NativeQuery<T>NativeQuery. setHibernateFlushMode(FlushMode flushMode)Query<R>Query. setHibernateFlushMode(FlushMode flushMode)SelectionQuery<R>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 Modifier and Type Method Description SqmQueryImplementor<R>SqmQueryImplementor. setHibernateFlushMode(FlushMode flushMode) -
Uses of FlushMode in org.hibernate.query.named
Fields in org.hibernate.query.named declared as FlushMode Modifier and Type Field Description protected FlushModeAbstractNamedQueryMemento.AbstractBuilder. flushModeMethods in org.hibernate.query.named that return FlushMode Modifier and Type Method Description FlushModeAbstractNamedQueryMemento.AbstractBuilder. getFlushMode()FlushModeAbstractNamedQueryMemento. getFlushMode()FlushModeNamedQueryMemento. getFlushMode()Methods in org.hibernate.query.named with parameters of type FlushMode Modifier and Type Method Description TAbstractNamedQueryMemento.AbstractBuilder. setFlushMode(FlushMode flushMode)Constructors in org.hibernate.query.named with parameters of type FlushMode Constructor Description AbstractNamedQueryMemento(String name, Boolean cacheable, String cacheRegion, CacheMode cacheMode, FlushMode flushMode, Boolean readOnly, Integer timeout, Integer fetchSize, String comment, Map<String,Object> hints) -
Uses of FlushMode in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return FlushMode Modifier and Type Method Description FlushModeDelegatingQueryOptions. getFlushMode()FlushModeQueryOptions. getFlushMode()The flush mode to use for the query executionFlushModeQueryOptionsAdapter. getFlushMode()FlushModeAbstractCommonQueryContract. getHibernateFlushMode()FlushModeQueryProducerImplementor. getHibernateFlushMode()Methods in org.hibernate.query.spi with parameters of type FlushMode Modifier and Type Method Description protected voidAbstractCommonQueryContract. applyFlushModeHint(FlushMode flushMode)voidMutableQueryOptions. setFlushMode(FlushMode flushMode)Corollary toQueryOptions.getFlushMode()CommonQueryContractAbstractCommonQueryContract. setHibernateFlushMode(FlushMode flushMode)QueryImplementor<R>AbstractQuery. setHibernateFlushMode(FlushMode flushMode)SelectionQuery<R>AbstractSelectionQuery. setHibernateFlushMode(FlushMode flushMode)SqmQuerySqmQuery. setHibernateFlushMode(FlushMode flushMode) -
Uses of FlushMode in org.hibernate.query.sql.spi
Methods in org.hibernate.query.sql.spi with parameters of type FlushMode Modifier and Type Method Description NativeQueryImplementor<R>NativeQueryImplementor. setHibernateFlushMode(FlushMode flushMode) -
Uses of FlushMode in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type FlushMode Modifier and Type Method Description SqmSelectionQuery<R>SqmSelectionQuery. setHibernateFlushMode(FlushMode flushMode)
-