public class BodyContentHibernateDao extends HibernateObjectDao implements BodyContentDao
HibernateObjectDao.Cacheability
log
NON_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, updateModificationData
public Class getPersistentClass()
getPersistentClass
in interface ObjectDao
public int getBodyContentCount()
getBodyContentCount
in interface BodyContentDao
public List<BodyContent> getBodyContent(int startRow, int maxRows)
getBodyContent
in interface BodyContentDao
startRow
- 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.