Uses of Class
org.hibernate.CacheMode
-
Packages that use CacheMode 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 ofSessionandStatelessSession, the most important APIs exposing persistence-related operations for entities.org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA.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.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.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.sql.exec.internal Implementation of the SPI for execution of SQL statements via JDBC. -
-
Uses of CacheMode in org.hibernate
Methods in org.hibernate that return CacheMode Modifier and Type Method Description static CacheModeCacheMode. fromJpaModes(CacheRetrieveMode retrieveMode, CacheStoreMode storeMode)Interpret the given JPA modes as an instance of this enumeration.CacheModeSession. getCacheMode()Get the currentcache modefor this session.static CacheModeCacheMode. interpretExternalSetting(String setting)Interpret externalized form as an instance of this enumeration.static CacheModeCacheMode. valueOf(String name)Returns the enum constant of this type with the specified name.static CacheMode[]CacheMode. 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 CacheMode Modifier and Type Method Description voidSession. setCacheMode(CacheMode cacheMode)Set the currentcache modefor this session.IdentifierLoadAccess<T>IdentifierLoadAccess. with(CacheMode cacheMode)Specify theCacheModeto use when retrieving the entity.MultiIdentifierLoadAccess<T>MultiIdentifierLoadAccess. with(CacheMode cacheMode)Specify theCacheModeto use when retrieving the entity.NaturalIdMultiLoadAccess<T>NaturalIdMultiLoadAccess. with(CacheMode cacheMode)Specify theCacheModeto use when retrieving the entity. -
Uses of CacheMode in org.hibernate.annotations
Methods in org.hibernate.annotations that return CacheMode Modifier and Type Method Description CacheModeCacheModeType. getCacheMode()Deprecated.Methods in org.hibernate.annotations with parameters of type CacheMode Modifier and Type Method Description static CacheModeTypeCacheModeType. fromCacheMode(CacheMode cacheMode)Deprecated.Conversion fromCacheModetoCacheModeType. -
Uses of CacheMode in org.hibernate.boot.internal
Constructors in org.hibernate.boot.internal with parameters of type CacheMode 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 CacheMode in org.hibernate.boot.jaxb.hbm.internal
Methods in org.hibernate.boot.jaxb.hbm.internal that return CacheMode Modifier and Type Method Description static CacheModeCacheModeConverter. fromXml(String name)Methods in org.hibernate.boot.jaxb.hbm.internal with parameters of type CacheMode Modifier and Type Method Description static StringCacheModeConverter. toXml(CacheMode cacheMode) -
Uses of CacheMode in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as CacheMode Modifier and Type Field Description protected CacheModeJaxbHbmNamedNativeQueryType. cacheModeprotected CacheModeJaxbHbmNamedQueryType. cacheModeMethods in org.hibernate.boot.jaxb.hbm.spi that return CacheMode Modifier and Type Method Description CacheModeJaxbHbmNamedNativeQueryType. getCacheMode()Gets the value of the cacheMode property.CacheModeJaxbHbmNamedQueryType. getCacheMode()Gets the value of the cacheMode property.CacheModeAdapter1. unmarshal(String value)Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type CacheMode Modifier and Type Method Description StringAdapter1. marshal(CacheMode value)voidJaxbHbmNamedNativeQueryType. setCacheMode(CacheMode value)Sets the value of the cacheMode property.voidJaxbHbmNamedQueryType. setCacheMode(CacheMode value)Sets the value of the cacheMode property. -
Uses of CacheMode in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as CacheMode Modifier and Type Field Description protected CacheModeJaxbNamedNativeQuery. cacheModeprotected CacheModeJaxbNamedQuery. cacheModeMethods in org.hibernate.boot.jaxb.mapping that return CacheMode Modifier and Type Method Description CacheModeJaxbNamedNativeQuery. getCacheMode()Gets the value of the cacheMode property.CacheModeJaxbNamedQuery. getCacheMode()Gets the value of the cacheMode property.CacheModeAdapter15. unmarshal(String value)Methods in org.hibernate.boot.jaxb.mapping with parameters of type CacheMode Modifier and Type Method Description StringAdapter15. marshal(CacheMode value)voidJaxbNamedNativeQuery. setCacheMode(CacheMode value)Sets the value of the cacheMode property.voidJaxbNamedQuery. setCacheMode(CacheMode value)Sets the value of the cacheMode property. -
Uses of CacheMode in org.hibernate.boot.jaxb.mapping.marshall
Methods in org.hibernate.boot.jaxb.mapping.marshall that return CacheMode Modifier and Type Method Description static CacheModeCacheModeMarshalling. fromXml(String name)Methods in org.hibernate.boot.jaxb.mapping.marshall with parameters of type CacheMode Modifier and Type Method Description static StringCacheModeMarshalling. toXml(CacheMode cacheMode) -
Uses of CacheMode in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return CacheMode Modifier and Type Method Description CacheModeQueryHintDefinition. getCacheMode() -
Uses of CacheMode in org.hibernate.boot.query
Methods in org.hibernate.boot.query that return CacheMode Modifier and Type Method Description CacheModeAbstractNamedQueryBuilder. getCacheMode()Methods in org.hibernate.boot.query with parameters of type CacheMode Modifier and Type Method Description TAbstractNamedQueryBuilder. setCacheMode(CacheMode cacheMode) -
Uses of CacheMode in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return CacheMode Modifier and Type Method Description CacheModeAbstractNamedQueryDefinition. getCacheMode()Constructors in org.hibernate.boot.spi with parameters of type CacheMode 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 CacheMode in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return CacheMode Modifier and Type Method Description CacheModeSessionDelegatorBaseImpl. getCacheMode()CacheModeSessionLazyDelegator. getCacheMode()CacheModeSharedSessionContractImplementor. getCacheMode()Get the currentCacheModefor this session.CacheModeSharedSessionDelegatorBaseImpl. getCacheMode()Methods in org.hibernate.engine.spi with parameters of type CacheMode Modifier and Type Method Description voidSessionDelegatorBaseImpl. setCacheMode(CacheMode cm)voidSessionLazyDelegator. setCacheMode(CacheMode cacheMode)voidSharedSessionContractImplementor. setCacheMode(CacheMode cm)Set the currentCacheModefor this session.voidSharedSessionDelegatorBaseImpl. setCacheMode(CacheMode cm) -
Uses of CacheMode in org.hibernate.envers.query
Methods in org.hibernate.envers.query with parameters of type CacheMode Modifier and Type Method Description AuditAssociationQuery<Q>AuditAssociationQuery. setCacheMode(CacheMode cacheMode)AuditQueryAuditQuery. setCacheMode(CacheMode cacheMode) -
Uses of CacheMode in org.hibernate.envers.query.internal.impl
Methods in org.hibernate.envers.query.internal.impl with parameters of type CacheMode Modifier and Type Method Description AbstractAuditAssociationQuery<Q>AbstractAuditAssociationQuery. setCacheMode(CacheMode cacheMode)AuditQueryAbstractAuditQuery. setCacheMode(CacheMode cacheMode) -
Uses of CacheMode in org.hibernate.internal
Methods in org.hibernate.internal that return CacheMode Modifier and Type Method Description protected CacheModeSessionImpl. determineAppropriateLocalCacheMode(Map<String,Object> localProperties)CacheModeAbstractSharedSessionContract. getCacheMode()CacheModeStatelessSessionImpl. getCacheMode()Methods in org.hibernate.internal with parameters of type CacheMode Modifier and Type Method Description voidAbstractSharedSessionContract. setCacheMode(CacheMode cacheMode)voidStatelessSessionImpl. setCacheMode(CacheMode cm)NaturalIdMultiLoadAccess<T>NaturalIdMultiLoadAccessStandard. with(CacheMode cacheMode) -
Uses of CacheMode in org.hibernate.jpa.internal.util
Fields in org.hibernate.jpa.internal.util declared as CacheMode Modifier and Type Field Description static CacheModeCacheModeHelper. DEFAULT_LEGACY_MODEMethods in org.hibernate.jpa.internal.util that return CacheMode Modifier and Type Method Description static CacheModeCacheModeHelper. effectiveCacheMode(CacheStoreMode storeMode, CacheRetrieveMode retrieveMode)Given a JPACacheStoreModeandCacheRetrieveMode, determine the corresponding legacy HibernateCacheMode.static CacheModeConfigurationHelper. getCacheMode(Object value)static CacheModeCacheModeHelper. interpretCacheMode(CacheStoreMode storeMode, CacheRetrieveMode retrieveMode)Given a JPACacheStoreModeandCacheRetrieveMode, determine the corresponding legacy HibernateCacheMode.Methods in org.hibernate.jpa.internal.util with parameters of type CacheMode Modifier and Type Method Description static CacheRetrieveModeCacheModeHelper. interpretCacheRetrieveMode(CacheMode cacheMode)static CacheStoreModeCacheModeHelper. interpretCacheStoreMode(CacheMode cacheMode) -
Uses of CacheMode in org.hibernate.loader.internal
Methods in org.hibernate.loader.internal with parameters of type CacheMode Modifier and Type Method Description IdentifierLoadAccess<T>IdentifierLoadAccessImpl. with(CacheMode cacheMode) -
Uses of CacheMode in org.hibernate.procedure.internal
Constructors in org.hibernate.procedure.internal with parameters of type CacheMode 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 CacheMode in org.hibernate.query
Methods in org.hibernate.query that return CacheMode Modifier and Type Method Description CacheModeSelectionQuery. getCacheMode()Obtain theCacheModein effect for this query.Methods in org.hibernate.query with parameters of type CacheMode Modifier and Type Method Description NativeQuery<T>NativeQuery. setCacheMode(CacheMode cacheMode)Query<R>Query. setCacheMode(CacheMode cacheMode)SelectionQuery<R>SelectionQuery. setCacheMode(CacheMode cacheMode)Set the currentCacheModein effect for this query. -
Uses of CacheMode in org.hibernate.query.criteria.internal
Constructors in org.hibernate.query.criteria.internal with parameters of type CacheMode 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 CacheMode in org.hibernate.query.hql.internal
Constructors in org.hibernate.query.hql.internal with parameters of type CacheMode 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 CacheMode in org.hibernate.query.hql.spi
Methods in org.hibernate.query.hql.spi with parameters of type CacheMode Modifier and Type Method Description SqmQueryImplementor<R>SqmQueryImplementor. setCacheMode(CacheMode cacheMode) -
Uses of CacheMode in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return CacheMode Modifier and Type Method Description CacheModeNamedQueryHelper.NamedQueryDescriptorBuilder. getCacheMode()Methods in org.hibernate.query.internal with parameters of type CacheMode Modifier and Type Method Description voidNamedQueryHelper.NamedQueryDescriptorBuilder. setCacheMode(CacheMode cacheMode) -
Uses of CacheMode in org.hibernate.query.named
Fields in org.hibernate.query.named declared as CacheMode Modifier and Type Field Description protected CacheModeAbstractNamedQueryMemento.AbstractBuilder. cacheModeMethods in org.hibernate.query.named that return CacheMode Modifier and Type Method Description CacheModeAbstractNamedQueryMemento.AbstractBuilder. getCacheMode()CacheModeAbstractNamedQueryMemento. getCacheMode()CacheModeNamedQueryMemento. getCacheMode()Methods in org.hibernate.query.named with parameters of type CacheMode Modifier and Type Method Description TAbstractNamedQueryMemento.AbstractBuilder. setCacheMode(CacheMode cacheMode)Constructors in org.hibernate.query.named with parameters of type CacheMode 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 CacheMode in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return CacheMode Modifier and Type Method Description CacheModeAbstractSelectionQuery. getCacheMode()CacheModeDelegatingQueryOptions. getCacheMode()default CacheModeQueryOptions. getCacheMode()CacheModeQueryOptionsAdapter. getCacheMode()CacheModeQueryProducerImplementor. getCacheMode()Methods in org.hibernate.query.spi with parameters of type CacheMode Modifier and Type Method Description protected voidAbstractCommonQueryContract. applyCacheModeHint(CacheMode cacheMode)QueryImplementor<R>AbstractQuery. setCacheMode(CacheMode cacheMode)SelectionQuery<R>AbstractSelectionQuery. setCacheMode(CacheMode cacheMode)default voidMutableQueryOptions. setCacheMode(CacheMode cacheMode)Corollary toQueryOptions.getCacheMode() -
Uses of CacheMode in org.hibernate.query.sql.internal
Methods in org.hibernate.query.sql.internal with parameters of type CacheMode Modifier and Type Method Description NativeQueryImplementor<R>NativeQueryImpl. setCacheMode(CacheMode cacheMode)Constructors in org.hibernate.query.sql.internal with parameters of type CacheMode 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 CacheMode in org.hibernate.query.sql.spi
Methods in org.hibernate.query.sql.spi with parameters of type CacheMode Modifier and Type Method Description NativeQueryImplementor<R>NativeQueryImplementor. setCacheMode(CacheMode cacheMode) -
Uses of CacheMode in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type CacheMode Modifier and Type Method Description SqmSelectionQuery<R>SqmSelectionQuery. setCacheMode(CacheMode cacheMode) -
Uses of CacheMode in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type CacheMode Modifier and Type Method Description SqmQueryImplementor<R>QuerySqmImpl. setCacheMode(CacheMode cacheMode)SqmSelectionQuery<R>SqmSelectionQueryImpl. setCacheMode(CacheMode cacheMode) -
Uses of CacheMode in org.hibernate.sql.exec.internal
Methods in org.hibernate.sql.exec.internal that return CacheMode Modifier and Type Method Description static CacheModeJdbcExecHelper. resolveCacheMode(CacheMode override, SharedSessionContractImplementor session)static CacheModeJdbcExecHelper. resolveCacheMode(QueryOptions options, SharedSessionContractImplementor session)static CacheModeJdbcExecHelper. resolveCacheMode(ExecutionContext executionContext)Methods in org.hibernate.sql.exec.internal with parameters of type CacheMode Modifier and Type Method Description static CacheModeJdbcExecHelper. resolveCacheMode(CacheMode override, SharedSessionContractImplementor session)
-