Uses of Enum Class
com.atlassian.confluence.core.persistence.hibernate.CacheMode
Packages that use CacheMode
-
Uses of CacheMode in com.atlassian.confluence.core.persistence.hibernate
Methods in com.atlassian.confluence.core.persistence.hibernate that return CacheModeModifier and TypeMethodDescriptionstatic CacheMode
SessionCacheModeThreadLocal.get()
static CacheMode
Returns the enum constant of this class with the specified name.static CacheMode[]
CacheMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.confluence.core.persistence.hibernate with parameters of type CacheModeModifier and TypeMethodDescriptionstatic void
Set cache mode for Hibernate sessions in current threadstatic Cleanup
SessionCacheModeThreadLocal.temporarilySetCacheMode
(CacheMode cacheMode) Temporarily set the CacheMode within a try-with-resources code block.