Uses of Enum Class
com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao.Cacheability
Packages that use HibernateObjectDao.Cacheability
-
Uses of HibernateObjectDao.Cacheability in com.atlassian.confluence.core.persistence.hibernate
Methods in com.atlassian.confluence.core.persistence.hibernate that return HibernateObjectDao.CacheabilityModifier and TypeMethodDescriptionHibernateObjectDao.Cacheability.fromBoolean
(boolean flag) Returns the enum constant of this class with the specified name.static HibernateObjectDao.Cacheability[]
HibernateObjectDao.Cacheability.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 HibernateObjectDao.CacheabilityModifier and TypeMethodDescriptionprotected List
HibernateObjectDao.findNamedQuery
(String queryName, HibernateObjectDao.Cacheability cacheability) protected List
HibernateObjectDao.findNamedQuery
(String queryName, HibernateObjectDao.Cacheability cacheability, int maxResultCount) protected List
HibernateObjectDao.findNamedQueryStringParam
(String queryName, String paramName, Object paramValue, HibernateObjectDao.Cacheability cacheability) protected List
HibernateObjectDao.findNamedQueryStringParam
(String queryName, String paramName, Object paramValue, HibernateObjectDao.Cacheability cacheability, int maxResultCount) protected List
ConfluenceHibernateObjectDao.findNamedQueryStringParams
(String queryName, HibernateObjectDao.Cacheability cacheability, LimitedRequest limitedRequest, Object... paramNamesAndValues) This method here instead of inHibernateObjectDao
in bucket because we don't want to update bucket right now.protected List
HibernateObjectDao.findNamedQueryStringParams
(String queryName, HibernateObjectDao.Cacheability cacheability, int offset, int maxResultCount, Object... paramNamesAndValues) protected List
HibernateObjectDao.findNamedQueryStringParams
(String queryName, String paramName, Object paramValue, String param2Name, Object param2Value, HibernateObjectDao.Cacheability cacheability) protected List
HibernateObjectDao.findNamedQueryStringParams
(String queryName, String paramName, Object paramValue, String param2Name, Object param2Value, HibernateObjectDao.Cacheability cacheability, int maxResultCount) protected List
HibernateObjectDao.findNamedQueryStringParams
(String queryName, String paramName, Object paramValue, String param2Name, Object param2Value, String param3Name, Object param3Value, HibernateObjectDao.Cacheability cacheability) protected List
HibernateObjectDao.findNamedQueryStringParams
(String queryName, String paramName, Object paramValue, String param2Name, Object param2Value, String param3Name, Object param3Value, HibernateObjectDao.Cacheability cacheability, int maxResultCount) protected List
HibernateObjectDao.findNamedQueryStringParams
(String queryName, String paramName, Object paramValue, String param2Name, Object param2Value, String param3Name, Object param3Value, String param4Name, Object param4Value, HibernateObjectDao.Cacheability cacheability) protected List
HibernateObjectDao.findNamedQueryStringParams
(String queryName, String paramName, Object paramValue, String param2Name, Object param2Value, String param3Name, Object param3Value, String param4Name, Object param4Value, HibernateObjectDao.Cacheability cacheability, int maxResultCount)