Uses of Class
org.hibernate.cache.jcache.MissingCacheStrategy
-
Packages that use MissingCacheStrategy Package Description org.hibernate.cache.jcache Hibernate caching provider for JSR-107 compliant caches. -
-
Uses of MissingCacheStrategy in org.hibernate.cache.jcache
Methods in org.hibernate.cache.jcache that return MissingCacheStrategy Modifier and Type Method Description static MissingCacheStrategy
MissingCacheStrategy. interpretSetting(java.lang.Object value)
static MissingCacheStrategy
MissingCacheStrategy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MissingCacheStrategy[]
MissingCacheStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-