Uses of Class
org.hibernate.CacheMode
-
Packages that use CacheMode Package Description org.hibernate org.hibernate.annotations Package containing all Hibernate's specific annotations.org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.query org.hibernate.boot.spi org.hibernate.cfg.annotations org.hibernate.engine.spi org.hibernate.loader.access org.hibernate.query org.hibernate.query.named org.hibernate.query.spi org.hibernate.query.sql.spi -
-
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)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 voidSession. setCacheMode(CacheMode cacheMode)Set the cache mode.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()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.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)NamedNativeQueryDefinitionBuilderNamedNativeQueryDefinitionBuilder. 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.cfg.annotations
Methods in org.hibernate.cfg.annotations that return CacheMode Modifier and Type Method Description CacheModeQueryHintDefinition. getCacheMode() -
Uses of CacheMode in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return CacheMode Modifier and Type Method Description CacheModeSessionDelegatorBaseImpl. getCacheMode()CacheModeSharedSessionContractImplementor. getCacheMode()Methods in org.hibernate.engine.spi with parameters of type CacheMode Modifier and Type Method Description voidSessionDelegatorBaseImpl. setCacheMode(CacheMode cm)voidSharedSessionContractImplementor. setCacheMode(CacheMode cm) -
Uses of CacheMode in org.hibernate.loader.access
Methods in org.hibernate.loader.access with parameters of type CacheMode Modifier and Type Method Description IdentifierLoadAccess<T>IdentifierLoadAccessImpl. with(CacheMode cacheMode) -
Uses of CacheMode in org.hibernate.query
Methods in org.hibernate.query that return CacheMode Modifier and Type Method Description CacheModeCommonQueryContract. getCacheMode()Obtain the CacheMode in effect for this query.Methods in org.hibernate.query with parameters of type CacheMode Modifier and Type Method Description CommonQueryContractCommonQueryContract. setCacheMode(CacheMode cacheMode)(Re)set the current CacheMode in effect for this query.NativeQuery<T>NativeQuery. setCacheMode(CacheMode cacheMode)Query<R>Query. 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 CacheModeAbstractQuery. 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 booleanAbstractQuery. applyCacheModeHint(CacheMode cacheMode)Apply the CacheMode hint.QueryImplementor<R>AbstractQuery. setCacheMode(CacheMode cacheMode)default voidMutableQueryOptions. setCacheMode(CacheMode cacheMode)Corollary toQueryOptions.getCacheMode() -
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)
-