public class BodyContentHibernateDao extends HibernateObjectDao implements BodyContentDao
HibernateObjectDao.Cacheability
Constructor and Description |
---|
BodyContentHibernateDao() |
Modifier and Type | Method and Description |
---|---|
List<BodyContent> |
getBodyContent(int startRow,
int maxRows) |
int |
getBodyContentCount() |
Class |
getPersistentClass()
Gets the type of
EntityObject this Dao works with. |
applyTransactionTimeout, applyTransactionTimeout, checkDaoConfig, createHibernateTemplate, findAll, findAllSorted, findAllSorted, findByClassIds, findByClassIdsFiltered, findNamedQuery, findNamedQuery, findNamedQuery, findNamedQueryStringParam, findNamedQueryStringParam, findNamedQueryStringParam, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findSingleObject, getByClassId, getCountResult, getHibernateTemplate, getSession, getSessionFactory, index, indexEntity, refresh, refreshEntity, reIndex, reIndexEntity, remove, removeEntity, replicate, replicateEntity, save, saveEntity, saveRaw, saveRawEntity, setHibernateTemplate, setIndexer, setSessionFactory, unIndex, unIndexEntity, uniqueResult, updateEntityModificationData, updateModificationData
public Class getPersistentClass()
ObjectDaoInternal
EntityObject
this Dao works with.getPersistentClass
in interface ObjectDao
getPersistentClass
in interface ObjectDaoInternal
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–2019 Atlassian. All rights reserved.