Uses of Class
org.hibernate.FlushMode
-
Packages that use FlushMode Package Description org.hibernate org.hibernate.boot.jaxb.hbm.spi org.hibernate.cfg.annotations org.hibernate.engine.spi org.hibernate.query org.hibernate.query.spi -
-
Uses of FlushMode in org.hibernate
Methods in org.hibernate that return FlushMode Modifier and Type Method Description FlushModeBasicQueryContract. getHibernateFlushMode()Deprecated.Obtain the FlushMode in effect for this query.FlushModeQuery. getHibernateFlushMode()Deprecated.Obtain the FlushMode in effect for this query.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.default BasicQueryContractBasicQueryContract. setFlushMode(FlushMode flushMode)Deprecated.(since 5.2) useBasicQueryContract.setHibernateFlushMode(org.hibernate.FlushMode)insteadCriteriaCriteria. setFlushMode(FlushMode flushMode)Override the flush mode for this particular query.Query<R>Query. setFlushMode(FlushMode flushMode)Deprecated.(since 5.2) useQuery.setHibernateFlushMode(org.hibernate.FlushMode)insteadvoidSession. setFlushMode(FlushMode flushMode)Deprecated.(since 5.2) useSession.setHibernateFlushMode(FlushMode)insteadNativeQuery<T>SQLQuery. setFlushMode(FlushMode flushMode)Deprecated.TBasicQueryContract. setHibernateFlushMode(FlushMode flushMode)Deprecated.(Re)set the current FlushMode in effect for this query.default Query<R>Query. setHibernateFlushMode(FlushMode flushMode)Deprecated.(Re)set the current FlushMode in effect for this query.voidSession. setHibernateFlushMode(FlushMode flushMode)Set the flush mode for this session.NativeQuery<T>SQLQuery. setHibernateFlushMode(FlushMode flushMode)Deprecated. -
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.cfg.annotations
Methods in org.hibernate.cfg.annotations that return FlushMode Modifier and Type Method Description FlushModeQueryHintDefinition. getFlushMode(String query) -
Uses of FlushMode in org.hibernate.engine.spi
Fields in org.hibernate.engine.spi declared as FlushMode Modifier and Type Field Description protected FlushModeNamedQueryDefinitionBuilder. flushModeMethods in org.hibernate.engine.spi that return FlushMode Modifier and Type Method Description FlushModeNamedQueryDefinition. getFlushMode()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)NamedQueryDefinitionBuilderNamedQueryDefinitionBuilder. setFlushMode(FlushMode flushMode)NamedSQLQueryDefinitionBuilderNamedSQLQueryDefinitionBuilder. setFlushMode(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.Constructors in org.hibernate.engine.spi with parameters of type FlushMode Constructor Description NamedQueryDefinition(String name, String query, boolean cacheable, String cacheRegion, Integer timeout, Integer lockTimeout, Integer fetchSize, FlushMode flushMode, CacheMode cacheMode, boolean readOnly, String comment, Map parameterTypes)Deprecated.UseNamedQueryDefinitionBuilderinstead.NamedQueryDefinition(String name, String query, boolean cacheable, String cacheRegion, Integer timeout, Integer fetchSize, FlushMode flushMode, CacheMode cacheMode, boolean readOnly, String comment, Map parameterTypes)Deprecated.UseNamedQueryDefinitionBuilderinstead.NamedSQLQueryDefinition(String name, String query, String resultSetRef, List<String> querySpaces, boolean cacheable, String cacheRegion, Integer timeout, Integer fetchSize, FlushMode flushMode, CacheMode cacheMode, boolean readOnly, String comment, Map parameterTypes, boolean callable)Deprecated.UseNamedSQLQueryDefinitionBuilderinstead.NamedSQLQueryDefinition(String name, String query, NativeSQLQueryReturn[] queryReturns, List<String> querySpaces, boolean cacheable, String cacheRegion, Integer timeout, Integer fetchSize, FlushMode flushMode, CacheMode cacheMode, boolean readOnly, String comment, Map parameterTypes, boolean callable)Deprecated.UseNamedSQLQueryDefinitionBuilderinstead. -
Uses of FlushMode in org.hibernate.query
Methods in org.hibernate.query that return FlushMode Modifier and Type Method Description FlushModeQuery. getHibernateFlushMode()Methods in org.hibernate.query with parameters of type FlushMode Modifier and Type Method Description NativeQuery<T>NativeQuery. setFlushMode(FlushMode flushMode)default Query<R>Query. setFlushMode(FlushMode flushMode)Deprecated.(since 5.2) useQuery.setHibernateFlushMode(org.hibernate.FlushMode)insteadNativeQuery<T>NativeQuery. setHibernateFlushMode(FlushMode flushMode)Query<R>Query. setHibernateFlushMode(FlushMode flushMode) -
Uses of FlushMode in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return FlushMode Modifier and Type Method Description FlushModeQueryProducerImplementor. getHibernateFlushMode()Methods in org.hibernate.query.spi with parameters of type FlushMode Modifier and Type Method Description NativeQueryImplementor<T>NativeQueryImplementor. setFlushMode(FlushMode flushMode)NativeQueryImplementor<T>NativeQueryImplementor. setHibernateFlushMode(FlushMode flushMode)
-