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.jaxb.hbm.spi org.hibernate.boot.jaxb.mapping org.hibernate.boot.jaxb.mapping.marshall 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.query Everything related to HQL/JPQL, native SQL, and criteria queries.org.hibernate.query.hql.spi SPIs for HQL support.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.spi SPIs for native SQL query support.org.hibernate.query.sqm This package defines a semantic model of HQL queries.org.hibernate.query.sqm.spi SPI-level SQM contracts -
-
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 current cache mode for 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 current cache mode for this session.IdentifierLoadAccess<T>IdentifierLoadAccess. with(CacheMode cacheMode)Specify theCacheModeto use when obtaining an entity.MultiIdentifierLoadAccess<T>MultiIdentifierLoadAccess. with(CacheMode cacheMode)Specify theCacheModeto use when obtaining an entity.NaturalIdMultiLoadAccess<T>NaturalIdMultiLoadAccess. with(CacheMode cacheMode)Specify theCacheModeto use when obtaining an 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.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.CacheModeAdapter16. unmarshal(String value)Methods in org.hibernate.boot.jaxb.mapping with parameters of type CacheMode Modifier and Type Method Description StringAdapter16. 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.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.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.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.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, @Nullable Class<?> resultType, 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.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.spi
Methods in org.hibernate.query.sqm.spi that return CacheMode Modifier and Type Method Description CacheModeDelegatingSqmSelectionQueryImplementor. getCacheMode()Methods in org.hibernate.query.sqm.spi with parameters of type CacheMode Modifier and Type Method Description SqmSelectionQueryImplementor<R>DelegatingSqmSelectionQueryImplementor. setCacheMode(CacheMode cacheMode)
-