Uses of Class
org.hibernate.annotations.CacheModeType
-
Packages that use CacheModeType Package Description org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA. -
-
Uses of CacheModeType in org.hibernate.annotations
Methods in org.hibernate.annotations that return CacheModeType Modifier and Type Method Description @Remove CacheModeTypecacheMode()Deprecated.useNamedNativeQuery.cacheStoreMode()andNamedNativeQuery.cacheRetrieveMode()sinceCacheModeTypeis deprecated@Remove CacheModeTypecacheMode()Deprecated.useNamedQuery.cacheStoreMode()andNamedQuery.cacheRetrieveMode()sinceCacheModeTypeis deprecatedstatic CacheModeTypeCacheModeType. fromCacheMode(CacheMode cacheMode)Deprecated.Conversion fromCacheModetoCacheModeType.static CacheModeTypeCacheModeType. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static CacheModeType[]CacheModeType. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-