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 ofSession
andStatelessSession
, the most important APIs exposing persistence-related operations for entities.org.hibernate.boot.internal org.hibernate.boot.jaxb.hbm.internal JAXB details.org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.jaxb.mapping org.hibernate.boot.jaxb.mapping.marshall org.hibernate.boot.model.internal 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.jdbc.mutation.internal org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.envers.query org.hibernate.envers.query.internal.impl org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.jpa.internal.util org.hibernate.loader.ast.internal org.hibernate.procedure.internal Defines the internal implementation of the stored procedure SPI.org.hibernate.query Everything related to HQL/JPQL, native SQL, and criteria queries.org.hibernate.query.criteria.internal org.hibernate.query.hql.internal Implementation of the SPIs for HQL support.org.hibernate.query.hql.spi SPIs for HQL support.org.hibernate.query.internal 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.internal Implementation of the SPIs for native SQL query support.org.hibernate.query.sql.spi SPIs for native SQL query support.org.hibernate.query.sqm This package defines a semantic model of HQL queries.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.query.sqm.spi SPI-level SQM contracts -
-
Uses of FlushMode in org.hibernate
Methods in org.hibernate that return FlushMode Modifier and Type Method Description static FlushMode
FlushMode. fromJpaFlushMode(FlushModeType flushModeType)
FlushMode
Session. getHibernateFlushMode()
Get the current flush mode for this session.static FlushMode
FlushMode. interpretExternalSetting(String externalName)
Interprets an external representation of a 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 SessionBuilder
SessionBuilder. flushMode(FlushMode flushMode)
Specify the initial FlushMode to use for the opened Sessionboolean
FlushMode. lessThan(FlushMode other)
Compare this flush mode to the given flush mode.void
Session. setHibernateFlushMode(FlushMode flushMode)
Set the current flush mode for this session.static FlushModeType
FlushMode. toJpaFlushMode(FlushMode flushMode)
-
Uses of FlushMode in org.hibernate.boot.internal
Constructors in org.hibernate.boot.internal with parameters of type FlushMode Constructor Description NamedHqlQueryDefinitionImpl(String name, String hqlString, Integer firstResult, Integer maxResults, Boolean cacheable, String cacheRegion, CacheMode cacheMode, FlushMode flushMode, Boolean readOnly, LockOptions lockOptions, Integer timeout, Integer fetchSize, String comment, Map<String,String> parameterTypes, Map<String,Object> hints)
NamedNativeQueryDefinitionImpl(String name, String sqlString, String resultSetMappingName, String resultSetMappingClassName, Set<String> querySpaces, Boolean cacheable, String cacheRegion, CacheMode cacheMode, FlushMode flushMode, Boolean readOnly, Integer timeout, Integer fetchSize, String comment, Integer firstResult, Integer maxResults, Map<String,Object> hints)
-
Uses of FlushMode in org.hibernate.boot.jaxb.hbm.internal
Methods in org.hibernate.boot.jaxb.hbm.internal that return FlushMode Modifier and Type Method Description static FlushMode
FlushModeConverter. fromXml(String name)
Methods in org.hibernate.boot.jaxb.hbm.internal with parameters of type FlushMode Modifier and Type Method Description static String
FlushModeConverter. toXml(FlushMode mode)
-
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.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as FlushMode Modifier and Type Field Description protected FlushMode
JaxbNamedNativeQuery. flushMode
protected FlushMode
JaxbNamedQuery. flushMode
Methods in org.hibernate.boot.jaxb.mapping that return FlushMode Modifier and Type Method Description FlushMode
JaxbNamedNativeQuery. getFlushMode()
Gets the value of the flushMode property.FlushMode
JaxbNamedQuery. getFlushMode()
Gets the value of the flushMode property.FlushMode
Adapter19. unmarshal(String value)
Methods in org.hibernate.boot.jaxb.mapping with parameters of type FlushMode Modifier and Type Method Description String
Adapter19. marshal(FlushMode value)
void
JaxbNamedNativeQuery. setFlushMode(FlushMode value)
Sets the value of the flushMode property.void
JaxbNamedQuery. 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 FlushMode
FlushModeMarshalling. fromXml(String name)
Methods in org.hibernate.boot.jaxb.mapping.marshall with parameters of type FlushMode Modifier and Type Method Description static String
FlushModeMarshalling. toXml(FlushMode mode)
-
Uses of FlushMode in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return FlushMode Modifier and Type Method Description FlushMode
QueryHintDefinition. getFlushMode()
-
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)
-
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.engine.jdbc.mutation.internal
Methods in org.hibernate.engine.jdbc.mutation.internal that return FlushMode Modifier and Type Method Description FlushMode
MutationQueryOptions. 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
SessionLazyDelegator. getHibernateFlushMode()
FlushMode
SharedSessionContractImplementor. getHibernateFlushMode()
Get the currentFlushMode
for this session.FlushMode
SharedSessionDelegatorBaseImpl. getHibernateFlushMode()
Methods in org.hibernate.engine.spi with parameters of type FlushMode Modifier and Type Method Description SessionBuilder
AbstractDelegatingSessionBuilder. flushMode(FlushMode flushMode)
SharedSessionBuilder
AbstractDelegatingSharedSessionBuilder. flushMode(FlushMode flushMode)
void
SessionDelegatorBaseImpl. setHibernateFlushMode(FlushMode flushMode)
void
SessionLazyDelegator. setHibernateFlushMode(FlushMode flushMode)
void
SharedSessionContractImplementor. setHibernateFlushMode(FlushMode flushMode)
Set the currentFlushMode
for this session.void
SharedSessionDelegatorBaseImpl. setHibernateFlushMode(FlushMode flushMode)
-
Uses of FlushMode in org.hibernate.envers.query
Methods in org.hibernate.envers.query with parameters of type FlushMode Modifier and Type Method Description AuditAssociationQuery<Q>
AuditAssociationQuery. setFlushMode(FlushMode flushMode)
AuditQuery
AuditQuery. setFlushMode(FlushMode flushMode)
-
Uses of FlushMode in org.hibernate.envers.query.internal.impl
Methods in org.hibernate.envers.query.internal.impl with parameters of type FlushMode Modifier and Type Method Description AbstractAuditAssociationQuery<Q>
AbstractAuditAssociationQuery. setFlushMode(FlushMode flushMode)
AuditQuery
AbstractAuditQuery. setFlushMode(FlushMode flushMode)
-
Uses of FlushMode in org.hibernate.internal
Methods in org.hibernate.internal that return FlushMode Modifier and Type Method Description FlushMode
AbstractSharedSessionContract. getHibernateFlushMode()
FlushMode
SessionCreationOptions. getInitialSessionFlushMode()
FlushMode
SessionFactoryImpl.SessionBuilderImpl. getInitialSessionFlushMode()
FlushMode
SessionFactoryImpl.StatelessSessionBuilderImpl. getInitialSessionFlushMode()
Methods in org.hibernate.internal with parameters of type FlushMode Modifier and Type Method Description SessionFactoryImpl.SessionBuilderImpl
SessionFactoryImpl.SessionBuilderImpl. flushMode(FlushMode flushMode)
void
AbstractSharedSessionContract. setHibernateFlushMode(FlushMode flushMode)
void
StatelessSessionImpl. setHibernateFlushMode(FlushMode flushMode)
-
Uses of FlushMode in org.hibernate.jpa.internal.util
Methods in org.hibernate.jpa.internal.util that return FlushMode Modifier and Type Method Description static FlushMode
ConfigurationHelper. getFlushMode(Object value)
static FlushMode
ConfigurationHelper. getFlushMode(Object value, FlushMode defaultFlushMode)
static FlushMode
FlushModeTypeHelper. getFlushMode(FlushModeType flushModeType)
static FlushMode
FlushModeTypeHelper. interpretExternalSetting(String externalName)
static FlushMode
FlushModeTypeHelper. interpretFlushMode(Object value)
Methods in org.hibernate.jpa.internal.util with parameters of type FlushMode Modifier and Type Method Description static FlushMode
ConfigurationHelper. getFlushMode(Object value, FlushMode defaultFlushMode)
static FlushModeType
FlushModeTypeHelper. getFlushModeType(FlushMode flushMode)
-
Uses of FlushMode in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal that return FlushMode Modifier and Type Method Description FlushMode
LoaderSqlAstCreationState. getFlushMode()
-
Uses of FlushMode in org.hibernate.procedure.internal
Constructors in org.hibernate.procedure.internal with parameters of type FlushMode Constructor Description NamedCallableQueryMementoImpl(String name, String callableName, ParameterStrategy parameterStrategy, List<NamedCallableQueryMemento.ParameterMemento> parameterMementos, String[] resultSetMappingNames, Class<?>[] resultSetMappingClasses, Set<String> querySpaces, Boolean cacheable, String cacheRegion, CacheMode cacheMode, FlushMode flushMode, Boolean readOnly, Integer timeout, Integer fetchSize, String comment, Map<String,Object> hints)
Constructs a ProcedureCallImpl -
Uses of FlushMode in org.hibernate.query
Methods in org.hibernate.query that return FlushMode Modifier and Type Method Description FlushMode
CommonQueryContract. getHibernateFlushMode()
TheFlushMode
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)
Set the currentFlushMode
in effect for this query.MutationQuery
MutationQuery. 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.criteria.internal
Constructors in org.hibernate.query.criteria.internal with parameters of type FlushMode Constructor Description NamedCriteriaQueryMementoImpl(String name, SqmStatement sqmStatement, Integer firstResult, Integer maxResults, Boolean cacheable, String cacheRegion, CacheMode cacheMode, FlushMode flushMode, Boolean readOnly, LockOptions lockOptions, Integer timeout, Integer fetchSize, String comment, Map<String,String> parameterTypes, Map<String,Object> hints)
-
Uses of FlushMode in org.hibernate.query.hql.internal
Constructors in org.hibernate.query.hql.internal with parameters of type FlushMode Constructor Description NamedHqlQueryMementoImpl(String name, String hqlString, Integer firstResult, Integer maxResults, Boolean cacheable, String cacheRegion, CacheMode cacheMode, FlushMode flushMode, Boolean readOnly, LockOptions lockOptions, Integer timeout, Integer fetchSize, String comment, Map<String,String> parameterTypes, Map<String,Object> hints)
-
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.internal
Methods in org.hibernate.query.internal that return FlushMode Modifier and Type Method Description FlushMode
NamedQueryHelper.NamedQueryDescriptorBuilder. getFlushMode()
FlushMode
QueryOptionsImpl. getFlushMode()
Methods in org.hibernate.query.internal with parameters of type FlushMode Modifier and Type Method Description void
NamedQueryHelper.NamedQueryDescriptorBuilder. setFlushMode(FlushMode flushMode)
void
QueryOptionsImpl. setFlushMode(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
AbstractCommonQueryContract. getHibernateFlushMode()
FlushMode
QueryProducerImplementor. getHibernateFlushMode()
Methods in org.hibernate.query.spi with parameters of type FlushMode Modifier and Type Method Description protected void
AbstractCommonQueryContract. applyFlushModeHint(FlushMode flushMode)
void
MutableQueryOptions. setFlushMode(FlushMode flushMode)
Corollary toQueryOptions.getFlushMode()
CommonQueryContract
AbstractCommonQueryContract. setHibernateFlushMode(FlushMode flushMode)
QueryImplementor<R>
AbstractQuery. setHibernateFlushMode(FlushMode flushMode)
SelectionQuery<R>
AbstractSelectionQuery. setHibernateFlushMode(FlushMode flushMode)
SqmQuery
SqmQuery. setHibernateFlushMode(FlushMode flushMode)
-
Uses of FlushMode in org.hibernate.query.sql.internal
Methods in org.hibernate.query.sql.internal with parameters of type FlushMode Modifier and Type Method Description NativeQueryImplementor<R>
NativeQueryImpl. setHibernateFlushMode(FlushMode flushMode)
Constructors in org.hibernate.query.sql.internal with parameters of type FlushMode Constructor Description NamedNativeQueryMementoImpl(String name, String sqlString, String originalSqlString, String resultSetMappingName, Class<?> resultSetMappingClass, Set<String> querySpaces, Boolean cacheable, String cacheRegion, CacheMode cacheMode, FlushMode flushMode, Boolean readOnly, Integer timeout, Integer fetchSize, String comment, Integer firstResult, Integer maxResults, Map<String,Object> hints)
-
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)
-
Uses of FlushMode in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type FlushMode Modifier and Type Method Description SqmQueryImplementor<R>
QuerySqmImpl. setHibernateFlushMode(FlushMode flushMode)
SqmSelectionQuery<R>
SqmSelectionQueryImpl. setHibernateFlushMode(FlushMode flushMode)
-
Uses of FlushMode in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi that return FlushMode Modifier and Type Method Description FlushMode
DelegatingSqmSelectionQueryImplementor. getHibernateFlushMode()
Methods in org.hibernate.query.sqm.spi with parameters of type FlushMode Modifier and Type Method Description SqmSelectionQueryImplementor<R>
DelegatingSqmSelectionQueryImplementor. setHibernateFlushMode(FlushMode flushMode)
-