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.Cacheability
HibernateObjectDao.Cacheability. fromBoolean(boolean flag)
static HibernateObjectDao.Cacheability
HibernateObjectDao.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 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
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)
protected List
VersionedHibernateObjectDao. 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.
-