public class BodyContentHibernateDao extends HibernateObjectDao implements BodyContentDao
HibernateObjectDao.CacheabilitylogNON_CACHEABLE| Constructor and Description |
|---|
BodyContentHibernateDao() |
| Modifier and Type | Method and Description |
|---|---|
List<BodyContent> |
getBodyContent(int startRow,
int maxRows) |
int |
getBodyContentCount() |
Class |
getPersistentClass() |
applyTransactionTimeout, applyTransactionTimeout, checkDaoConfig, createHibernateTemplate, findAll, findAllSorted, findAllSorted, findByClassIds, findNamedQuery, findNamedQuery, findNamedQuery, findNamedQuery, findNamedQuery, findNamedQueryStringParam, findNamedQueryStringParam, findNamedQueryStringParam, findNamedQueryStringParam, findNamedQueryStringParam, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findSingleObject, getByClassId, getCountResult, getHibernateTemplate, getSession, getSessionFactory, index, refresh, reIndex, remove, replicate, save, saveRaw, setHibernateTemplate, setIndexer, setSessionFactory, unIndex, uniqueResult, updateModificationDatapublic Class getPersistentClass()
getPersistentClass in interface ObjectDaopublic int getBodyContentCount()
getBodyContentCount in interface BodyContentDaopublic List<BodyContent> getBodyContent(int startRow, int maxRows)
getBodyContent in interface BodyContentDaostartRow - the row to begin returning data frommaxRows - the maximum number of rows to return. This must be greater than 0Copyright © 2003–2017 Atlassian. All rights reserved.