Uses of Class
org.hibernate.FlushMode
-
-
Uses of FlushMode in org.hibernate
Methods in org.hibernate that return FlushMode Modifier and Type Method Description FlushMode
Session. getHibernateFlushMode()
Get the current flush mode for this session.static FlushMode
FlushMode. interpretExternalSetting(String externalName)
Interprets an external representation of the flush mode.static FlushMode
FlushMode. 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 T
SessionBuilder. flushMode(FlushMode flushMode)
Specify the initial FlushMode to use for the opened Sessionstatic boolean
FlushMode. isManualFlushMode(FlushMode mode)
Deprecated.Just use equality check againstMANUAL
.boolean
FlushMode. lessThan(FlushMode other)
Checks to see ifthis
flush mode is less than the given flush mode.void
Session. setFlushMode(FlushMode flushMode)
Deprecated.(since 5.2) useSession.setHibernateFlushMode(FlushMode)
insteadvoid
Session. 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 FlushMode
JaxbHbmNamedNativeQueryType. flushMode
protected FlushMode
JaxbHbmNamedQueryType. flushMode
Methods in org.hibernate.boot.jaxb.hbm.spi that return FlushMode Modifier and Type Method Description FlushMode
JaxbHbmNamedNativeQueryType. getFlushMode()
Gets the value of the flushMode property.FlushMode
JaxbHbmNamedQueryType. getFlushMode()
Gets the value of the flushMode property.FlushMode
Adapter5. unmarshal(String value)
Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type FlushMode Modifier and Type Method Description String
Adapter5. marshal(FlushMode value)
void
JaxbHbmNamedNativeQueryType. setFlushMode(FlushMode value)
Sets the value of the flushMode property.void
JaxbHbmNamedQueryType. 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 FlushMode
AbstractNamedQueryBuilder. getFlushMode()
Methods in org.hibernate.boot.query with parameters of type FlushMode Modifier and Type Method Description T
AbstractNamedQueryBuilder. setFlushMode(FlushMode flushMode)
NamedNativeQueryDefinitionBuilder
NamedNativeQueryDefinitionBuilder. 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 FlushMode
AbstractNamedQueryDefinition. 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 FlushMode
QueryHintDefinition. getFlushMode()
-
Uses of FlushMode in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return FlushMode Modifier and Type Method Description FlushMode
SessionDelegatorBaseImpl. getHibernateFlushMode()
FlushMode
SharedSessionContractImplementor. 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 T
AbstractDelegatingSessionBuilder. flushMode(FlushMode flushMode)
T
AbstractDelegatingSharedSessionBuilder. flushMode(FlushMode flushMode)
void
SessionDelegatorBaseImpl. setFlushMode(FlushMode fm)
void
SharedSessionContractImplementor. setFlushMode(FlushMode flushMode)
Deprecated.(since 5.2) useSharedSessionContractImplementor.setHibernateFlushMode(FlushMode)
insteadvoid
SessionDelegatorBaseImpl. setHibernateFlushMode(FlushMode flushMode)
void
SharedSessionContractImplementor. 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 FlushMode
CommonQueryContract. getHibernateFlushMode()
Obtain the FlushMode in effect for this query.Methods in org.hibernate.query with parameters of type FlushMode Modifier and Type Method Description CommonQueryContract
CommonQueryContract. 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 FlushMode
AbstractNamedQueryMemento.AbstractBuilder. flushMode
Methods in org.hibernate.query.named that return FlushMode Modifier and Type Method Description FlushMode
AbstractNamedQueryMemento.AbstractBuilder. getFlushMode()
FlushMode
AbstractNamedQueryMemento. getFlushMode()
FlushMode
NamedQueryMemento. getFlushMode()
Methods in org.hibernate.query.named with parameters of type FlushMode Modifier and Type Method Description T
AbstractNamedQueryMemento.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 FlushMode
DelegatingQueryOptions. getFlushMode()
FlushMode
QueryOptions. getFlushMode()
The flush mode to use for the query executionFlushMode
QueryOptionsAdapter. getFlushMode()
FlushMode
AbstractQuery. getHibernateFlushMode()
FlushMode
QueryProducerImplementor. getHibernateFlushMode()
Methods in org.hibernate.query.spi with parameters of type FlushMode Modifier and Type Method Description protected boolean
AbstractQuery. applyFlushModeHint(FlushMode flushMode)
Apply the FlushMode hint.void
MutableQueryOptions. 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)
-