Uses of Class
org.hibernate.CacheMode
-
Packages that use CacheMode Package Description org.hibernate org.hibernate.annotations Package containing all the Hibernate specific annotations.org.hibernate.boot.jaxb.hbm.spi org.hibernate.cfg.annotations org.hibernate.engine.spi org.hibernate.query org.hibernate.query.spi -
-
Uses of CacheMode in org.hibernate
Methods in org.hibernate that return CacheMode Modifier and Type Method Description CacheModeBasicQueryContract. getCacheMode()Deprecated.Obtain the CacheMode in effect for this query.CacheModeQuery. getCacheMode()Deprecated.Obtain the CacheMode in effect for this query.CacheModeSession. getCacheMode()Get the current cache mode.static CacheModeCacheMode. interpretExternalSetting(String setting)Used to interpret externalized forms of this enum.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 TBasicQueryContract. setCacheMode(CacheMode cacheMode)Deprecated.(Re)set the current CacheMode in effect for this query.CriteriaCriteria. setCacheMode(CacheMode cacheMode)Override the cache mode for this particular query.Query<R>Query. setCacheMode(CacheMode cacheMode)Deprecated.(Re)set the current CacheMode in effect for this query.voidSession. setCacheMode(CacheMode cacheMode)Set the cache mode.NativeQuery<T>SQLQuery. setCacheMode(CacheMode cacheMode)Deprecated.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. -
Uses of CacheMode in org.hibernate.annotations
Methods in org.hibernate.annotations that return CacheMode Modifier and Type Method Description CacheModeCacheModeType. getCacheMode()Methods in org.hibernate.annotations with parameters of type CacheMode Modifier and Type Method Description static CacheModeTypeCacheModeType. fromCacheMode(CacheMode cacheMode)Conversion fromCacheModetoCacheModeType. -
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.cfg.annotations
Methods in org.hibernate.cfg.annotations that return CacheMode Modifier and Type Method Description CacheModeQueryHintDefinition. getCacheMode(String query) -
Uses of CacheMode in org.hibernate.engine.spi
Fields in org.hibernate.engine.spi declared as CacheMode Modifier and Type Field Description protected CacheModeNamedQueryDefinitionBuilder. cacheModeMethods in org.hibernate.engine.spi that return CacheMode Modifier and Type Method Description CacheModeNamedQueryDefinition. getCacheMode()CacheModeSessionDelegatorBaseImpl. getCacheMode()CacheModeSessionLazyDelegator. getCacheMode()CacheModeSharedSessionContractImplementor. getCacheMode()Methods in org.hibernate.engine.spi with parameters of type CacheMode Modifier and Type Method Description NamedQueryDefinitionBuilderNamedQueryDefinitionBuilder. setCacheMode(CacheMode cacheMode)NamedSQLQueryDefinitionBuilderNamedSQLQueryDefinitionBuilder. setCacheMode(CacheMode cacheMode)voidSessionDelegatorBaseImpl. setCacheMode(CacheMode cm)voidSessionLazyDelegator. setCacheMode(CacheMode cacheMode)voidSharedSessionContractImplementor. setCacheMode(CacheMode cm)Constructors in org.hibernate.engine.spi with parameters of type CacheMode 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 CacheMode in org.hibernate.query
Methods in org.hibernate.query that return CacheMode Modifier and Type Method Description CacheModeQuery. getCacheMode()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) -
Uses of CacheMode in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return CacheMode Modifier and Type Method Description CacheModeQueryProducerImplementor. getCacheMode()Methods in org.hibernate.query.spi with parameters of type CacheMode Modifier and Type Method Description NativeQueryImplementor<T>NativeQueryImplementor. setCacheMode(CacheMode cacheMode)
-