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()
Gets the type of
EntityObject this Dao works with. |
applyTransactionTimeout, applyTransactionTimeout, checkDaoConfig, createHibernateTemplate, findAll, findAllSorted, findAllSorted, findByClassIds, findByClassIdsFiltered, 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, indexEntity, refresh, refreshEntity, reIndex, reIndexEntity, remove, removeEntity, replicate, replicateEntity, save, saveEntity, saveRaw, saveRawEntity, setHibernateTemplate, setIndexer, setSessionFactory, unIndex, unIndexEntity, uniqueResult, updateEntityModificationData, updateModificationDatapublic Class getPersistentClass()
ObjectDaoInternalEntityObject this Dao works with.getPersistentClass in interface ObjectDaogetPersistentClass in interface ObjectDaoInternalpublic 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–2019 Atlassian. All rights reserved.