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 CacheModeType
cacheMode()
Deprecated.useNamedNativeQuery.cacheStoreMode()
andNamedNativeQuery.cacheRetrieveMode()
sinceCacheModeType
is deprecated@Remove CacheModeType
cacheMode()
Deprecated.useNamedQuery.cacheStoreMode()
andNamedQuery.cacheRetrieveMode()
sinceCacheModeType
is deprecatedstatic CacheModeType
CacheModeType. fromCacheMode(CacheMode cacheMode)
Deprecated.Conversion fromCacheMode
toCacheModeType
.static CacheModeType
CacheModeType. 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.
-