Uses of Class
com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao.Cacheability
-
Packages that use HibernateObjectDao.Cacheability Package Description com.atlassian.confluence.core.persistence.hibernate -
-
Uses of HibernateObjectDao.Cacheability in com.atlassian.confluence.core.persistence.hibernate
Methods in com.atlassian.confluence.core.persistence.hibernate that return HibernateObjectDao.Cacheability Modifier and Type Method Description static HibernateObjectDao.CacheabilityHibernateObjectDao.Cacheability. fromBoolean(boolean flag)static HibernateObjectDao.CacheabilityHibernateObjectDao.Cacheability. valueOf(String name)Returns the enum constant of this type with the specified name.static HibernateObjectDao.Cacheability[]HibernateObjectDao.Cacheability. 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 HibernateObjectDao.Cacheability Modifier and Type Method Description protected 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 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)protected ListVersionedHibernateObjectDao. 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.
-