类的使用
org.hibernate.CacheMode
-
使用CacheMode的程序包 程序包 说明 org.hibernate This package defines the central Hibernate APIs.org.hibernate.annotations Package containing all the Hibernate specific annotations.org.hibernate.boot.jaxb.hbm.internal JAXB details.org.hibernate.boot.jaxb.hbm.spi org.hibernate.cfg.annotations org.hibernate.engine.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs.org.hibernate.jpa.internal.util org.hibernate.query org.hibernate.query.criteria.internal.compile org.hibernate.query.internal org.hibernate.query.spi -
-
org.hibernate中CacheMode的使用
返回CacheMode的org.hibernate中的方法 修饰符和类型 方法 说明 CacheModeBasicQueryContract. getCacheMode()已过时。Obtain the CacheMode in effect for this query.CacheModeQuery. getCacheMode()已过时。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)返回带有指定名称的该类型的枚举常量。static CacheMode[]CacheMode. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。参数类型为CacheMode的org.hibernate中的方法 修饰符和类型 方法 说明 TBasicQueryContract. setCacheMode(CacheMode cacheMode)已过时。(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)已过时。(Re)set the current CacheMode in effect for this query.voidSession. setCacheMode(CacheMode cacheMode)Set the cache mode.NativeQuery<T>SQLQuery. setCacheMode(CacheMode cacheMode)已过时。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. -
org.hibernate.annotations中CacheMode的使用
返回CacheMode的org.hibernate.annotations中的方法 修饰符和类型 方法 说明 CacheModeCacheModeType. getCacheMode()参数类型为CacheMode的org.hibernate.annotations中的方法 修饰符和类型 方法 说明 static CacheModeTypeCacheModeType. fromCacheMode(CacheMode cacheMode)Conversion fromCacheModetoCacheModeType. -
org.hibernate.boot.jaxb.hbm.internal中CacheMode的使用
返回CacheMode的org.hibernate.boot.jaxb.hbm.internal中的方法 修饰符和类型 方法 说明 static CacheModeCacheModeConverter. fromXml(String name)参数类型为CacheMode的org.hibernate.boot.jaxb.hbm.internal中的方法 修饰符和类型 方法 说明 static StringCacheModeConverter. toXml(CacheMode cacheMode) -
org.hibernate.boot.jaxb.hbm.spi中CacheMode的使用
声明为CacheMode的org.hibernate.boot.jaxb.hbm.spi中的字段 修饰符和类型 字段 说明 protected CacheModeJaxbHbmNamedNativeQueryType. cacheModeprotected CacheModeJaxbHbmNamedQueryType. cacheMode返回CacheMode的org.hibernate.boot.jaxb.hbm.spi中的方法 修饰符和类型 方法 说明 CacheModeJaxbHbmNamedNativeQueryType. getCacheMode()Gets the value of the cacheMode property.CacheModeJaxbHbmNamedQueryType. getCacheMode()Gets the value of the cacheMode property.CacheModeAdapter1. unmarshal(String value)参数类型为CacheMode的org.hibernate.boot.jaxb.hbm.spi中的方法 修饰符和类型 方法 说明 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. -
org.hibernate.cfg.annotations中CacheMode的使用
返回CacheMode的org.hibernate.cfg.annotations中的方法 修饰符和类型 方法 说明 CacheModeQueryHintDefinition. getCacheMode(String query) -
org.hibernate.engine.spi中CacheMode的使用
声明为CacheMode的org.hibernate.engine.spi中的字段 修饰符和类型 字段 说明 protected CacheModeNamedQueryDefinitionBuilder. cacheMode返回CacheMode的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 CacheModeNamedQueryDefinition. getCacheMode()CacheModeSessionDelegatorBaseImpl. getCacheMode()CacheModeSharedSessionContractImplementor. getCacheMode()参数类型为CacheMode的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 NamedQueryDefinitionBuilderNamedQueryDefinitionBuilder. setCacheMode(CacheMode cacheMode)NamedSQLQueryDefinitionBuilderNamedSQLQueryDefinitionBuilder. setCacheMode(CacheMode cacheMode)voidSessionDelegatorBaseImpl. setCacheMode(CacheMode cm)voidSharedSessionContractImplementor. setCacheMode(CacheMode cm)参数类型为CacheMode的org.hibernate.engine.spi中的构造器 构造器 说明 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)已过时。UseNamedQueryDefinitionBuilderinstead.NamedQueryDefinition(String name, String query, boolean cacheable, String cacheRegion, Integer timeout, Integer fetchSize, FlushMode flushMode, CacheMode cacheMode, boolean readOnly, String comment, Map parameterTypes)已过时。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)已过时。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)已过时。UseNamedSQLQueryDefinitionBuilderinstead. -
org.hibernate.internal中CacheMode的使用
返回CacheMode的org.hibernate.internal中的方法 修饰符和类型 方法 说明 protected CacheModeSessionImpl. determineAppropriateLocalCacheMode(Map<String,Object> localProperties)CacheModeAbstractSharedSessionContract. getCacheMode()CacheModeStatelessSessionImpl. getCacheMode()参数类型为CacheMode的org.hibernate.internal中的方法 修饰符和类型 方法 说明 voidAbstractSharedSessionContract. setCacheMode(CacheMode cacheMode)CriteriaCriteriaImpl. setCacheMode(CacheMode cacheMode)CriteriaCriteriaImpl.Subcriteria. setCacheMode(CacheMode cacheMode)voidStatelessSessionImpl. setCacheMode(CacheMode cm) -
org.hibernate.jpa.internal.util中CacheMode的使用
声明为CacheMode的org.hibernate.jpa.internal.util中的字段 修饰符和类型 字段 说明 static CacheModeCacheModeHelper. DEFAULT_LEGACY_MODE返回CacheMode的org.hibernate.jpa.internal.util中的方法 修饰符和类型 方法 说明 static CacheModeCacheModeHelper. effectiveCacheMode(javax.persistence.CacheStoreMode storeMode, javax.persistence.CacheRetrieveMode retrieveMode)Given a JPACacheStoreModeandCacheRetrieveMode, determine the corresponding legacy HibernateCacheMode.static CacheModeConfigurationHelper. getCacheMode(Object value)static CacheModeCacheModeHelper. interpretCacheMode(javax.persistence.CacheStoreMode storeMode, javax.persistence.CacheRetrieveMode retrieveMode)Given a JPACacheStoreModeandCacheRetrieveMode, determine the corresponding legacy HibernateCacheMode.参数类型为CacheMode的org.hibernate.jpa.internal.util中的方法 修饰符和类型 方法 说明 static javax.persistence.CacheRetrieveModeCacheModeHelper. interpretCacheRetrieveMode(CacheMode cacheMode)static javax.persistence.CacheStoreModeCacheModeHelper. interpretCacheStoreMode(CacheMode cacheMode) -
org.hibernate.query中CacheMode的使用
返回CacheMode的org.hibernate.query中的方法 修饰符和类型 方法 说明 CacheModeQuery. getCacheMode()参数类型为CacheMode的org.hibernate.query中的方法 修饰符和类型 方法 说明 NativeQuery<T>NativeQuery. setCacheMode(CacheMode cacheMode)Query<R>Query. setCacheMode(CacheMode cacheMode) -
org.hibernate.query.criteria.internal.compile中CacheMode的使用
返回CacheMode的org.hibernate.query.criteria.internal.compile中的方法 修饰符和类型 方法 说明 CacheModeCriteriaQueryTypeQueryAdapter. getCacheMode()参数类型为CacheMode的org.hibernate.query.criteria.internal.compile中的方法 修饰符和类型 方法 说明 QueryImplementor<X>CriteriaQueryTypeQueryAdapter. setCacheMode(CacheMode cacheMode) -
org.hibernate.query.internal中CacheMode的使用
返回CacheMode的org.hibernate.query.internal中的方法 修饰符和类型 方法 说明 CacheModeAbstractProducedQuery. getCacheMode()参数类型为CacheMode的org.hibernate.query.internal中的方法 修饰符和类型 方法 说明 protected booleanAbstractProducedQuery. applyCacheModeHint(CacheMode cacheMode)Apply the CacheMode hint.QueryImplementorAbstractProducedQuery. setCacheMode(CacheMode cacheMode)NativeQueryImplementor<T>NativeQueryImpl. setCacheMode(CacheMode cacheMode) -
org.hibernate.query.spi中CacheMode的使用
返回CacheMode的org.hibernate.query.spi中的方法 修饰符和类型 方法 说明 CacheModeQueryProducerImplementor. getCacheMode()参数类型为CacheMode的org.hibernate.query.spi中的方法 修饰符和类型 方法 说明 NativeQueryImplementor<T>NativeQueryImplementor. setCacheMode(CacheMode cacheMode)
-