类的使用
org.hibernate.annotations.CacheModeType
-
使用CacheModeType的程序包 程序包 说明 org.hibernate.annotations Package containing all the Hibernate specific annotations. -
-
org.hibernate.annotations中CacheModeType的使用
返回CacheModeType的org.hibernate.annotations中的方法 修饰符和类型 方法 说明 CacheModeTypecacheMode()The cache mode used for this query.CacheModeTypecacheMode()The cache mode used for this query.static CacheModeTypeCacheModeType. fromCacheMode(CacheMode cacheMode)Conversion fromCacheModetoCacheModeType.static CacheModeTypeCacheModeType. valueOf(String name)返回带有指定名称的该类型的枚举常量。static CacheModeType[]CacheModeType. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
-