Uses of Class
org.hibernate.FlushMode
-
Packages that use FlushMode Package Description org.hibernate org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.query org.hibernate.boot.spi org.hibernate.cfg.annotations org.hibernate.engine.spi org.hibernate.query org.hibernate.query.hql.spi org.hibernate.query.named Support for named queriesorg.hibernate.query.spi org.hibernate.query.sql.spi org.hibernate.query.sqm -
-
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 TSessionBuilder. 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. setFlushMode(FlushMode flushMode)Deprecated.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.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)NamedNativeQueryDefinitionBuilderNamedNativeQueryDefinitionBuilder. 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.cfg.annotations
Methods in org.hibernate.cfg.annotations that return FlushMode Modifier and Type Method Description FlushModeQueryHintDefinition. getFlushMode() -
Uses of FlushMode in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return FlushMode Modifier and Type Method Description FlushModeSessionDelegatorBaseImpl. getHibernateFlushMode()FlushModeSharedSessionContractImplementor. getHibernateFlushMode()Get the current flush mode for this session.Methods in org.hibernate.engine.spi with parameters of type FlushMode Modifier and Type Method Description TAbstractDelegatingSessionBuilder. flushMode(FlushMode flushMode)TAbstractDelegatingSharedSessionBuilder. flushMode(FlushMode flushMode)voidSessionDelegatorBaseImpl. setFlushMode(FlushMode fm)voidSharedSessionContractImplementor. setFlushMode(FlushMode flushMode)Deprecated.voidSessionDelegatorBaseImpl. setHibernateFlushMode(FlushMode flushMode)voidSharedSessionContractImplementor. setHibernateFlushMode(FlushMode flushMode)Set the flush mode for this session. -
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)
-