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.hibernateMethods 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 ListHibernateObjectDao.findNamedQuery(String queryName, HibernateObjectDao.Cacheability cacheability) protected ListHibernateObjectDao.findNamedQuery(String queryName, HibernateObjectDao.Cacheability cacheability, int maxResultCount) protected ListHibernateObjectDao.findNamedQueryStringParam(String queryName, String paramName, Object paramValue, HibernateObjectDao.Cacheability cacheability) protected ListHibernateObjectDao.findNamedQueryStringParam(String queryName, String paramName, Object paramValue, HibernateObjectDao.Cacheability cacheability, int maxResultCount) protected ListConfluenceHibernateObjectDao.findNamedQueryStringParams(String queryName, HibernateObjectDao.Cacheability cacheability, LimitedRequest limitedRequest, Object... paramNamesAndValues) This method here instead of inHibernateObjectDaoin bucket because we don't want to update bucket right now.protected ListHibernateObjectDao.findNamedQueryStringParams(String queryName, HibernateObjectDao.Cacheability cacheability, int offset, int maxResultCount, Object... paramNamesAndValues) protected ListHibernateObjectDao.findNamedQueryStringParams(String queryName, String paramName, Object paramValue, String param2Name, Object param2Value, HibernateObjectDao.Cacheability cacheability) protected ListHibernateObjectDao.findNamedQueryStringParams(String queryName, String paramName, Object paramValue, String param2Name, Object param2Value, HibernateObjectDao.Cacheability cacheability, int maxResultCount) protected ListHibernateObjectDao.findNamedQueryStringParams(String queryName, String paramName, Object paramValue, String param2Name, Object param2Value, String param3Name, Object param3Value, HibernateObjectDao.Cacheability cacheability) protected ListHibernateObjectDao.findNamedQueryStringParams(String queryName, String paramName, Object paramValue, String param2Name, Object param2Value, String param3Name, Object param3Value, HibernateObjectDao.Cacheability cacheability, int maxResultCount) protected ListHibernateObjectDao.findNamedQueryStringParams(String queryName, String paramName, Object paramValue, String param2Name, Object param2Value, String param3Name, Object param3Value, String param4Name, Object param4Value, HibernateObjectDao.Cacheability cacheability) protected ListHibernateObjectDao.findNamedQueryStringParams(String queryName, String paramName, Object paramValue, String param2Name, Object param2Value, String param3Name, Object param3Value, String param4Name, Object param4Value, HibernateObjectDao.Cacheability cacheability, int maxResultCount)