Uses of Class
org.hibernate.FlushMode
-
-
Uses of FlushMode in org.hibernate
Methods in org.hibernate that return FlushMode Modifier and Type Method Description FlushModeSession. getHibernateFlushMode()Get the current flush mode for this session.static FlushModeFlushMode. interpretExternalSetting(String externalName)Interprets an external representation of the 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 Sessionstatic booleanFlushMode. isManualFlushMode(FlushMode mode)Deprecated.Just use equality check againstMANUAL.booleanFlushMode. lessThan(FlushMode other)Checks to see ifthisflush mode is less than the given flush mode.voidSession. setFlushMode(FlushMode flushMode)Deprecated.(since 5.2) useSession.setHibernateFlushMode(FlushMode)insteadvoidSession. setHibernateFlushMode(FlushMode flushMode)Set the flush mode for this session. -
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.(since 5.2) useSharedSessionContractImplementor.setHibernateFlushMode(FlushMode)insteadvoidSessionDelegatorBaseImpl. 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()Obtain the FlushMode in effect for this query.Methods in org.hibernate.query with parameters of type FlushMode Modifier and Type Method Description CommonQueryContractCommonQueryContract. setHibernateFlushMode(FlushMode flushMode)(Re)set the current FlushMode in effect for this query.NativeQuery<T>NativeQuery. setHibernateFlushMode(FlushMode flushMode)Query<R>Query. 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()FlushModeAbstractQuery. getHibernateFlushMode()FlushModeQueryProducerImplementor. getHibernateFlushMode()Methods in org.hibernate.query.spi with parameters of type FlushMode Modifier and Type Method Description protected booleanAbstractQuery. applyFlushModeHint(FlushMode flushMode)Apply the FlushMode hint.voidMutableQueryOptions. setFlushMode(FlushMode flushMode)Corollary toQueryOptions.getFlushMode()QueryImplementor<R>AbstractQuery. 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)
-