Uses of Class
com.atlassian.confluence.core.persistence.hibernate.CacheMode
-
Packages that use CacheMode Package Description com.atlassian.confluence.core.persistence.hibernate -
-
Uses of CacheMode in com.atlassian.confluence.core.persistence.hibernate
Methods in com.atlassian.confluence.core.persistence.hibernate that return CacheMode Modifier and Type Method Description static CacheModeSessionCacheModeThreadLocal. get()static CacheModeCacheMode. valueOf(String name)Returns the enum constant of this type with the specified name.static CacheMode[]CacheMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.core.persistence.hibernate with parameters of type CacheMode Modifier and Type Method Description static voidSessionCacheModeThreadLocal. set(CacheMode mode)Set cache mode for Hibernate sessions in current threadstatic CleanupSessionCacheModeThreadLocal. temporarilySetCacheMode(CacheMode cacheMode)Temporarily set the CacheMode within a try-with-resources code block.
-