|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.dao.support.DaoSupport
org.springframework.orm.hibernate.support.HibernateDaoSupport
com.atlassian.hibernate.HibernateObjectDao
com.atlassian.confluence.core.persistence.hibernate.BodyContentHibernateDao
public class BodyContentHibernateDao
This DAO is used to support the migration of wiki formatted content to XHTML formatted. It will return the lowest level
| Field Summary |
|---|
| Fields inherited from class com.atlassian.hibernate.HibernateObjectDao |
|---|
log |
| Fields inherited from class org.springframework.dao.support.DaoSupport |
|---|
logger |
| Constructor Summary | |
|---|---|
BodyContentHibernateDao()
|
|
| Method Summary | |
|---|---|
List<BodyContent> |
getBodyContent(int startRow,
int maxRows)
|
int |
getBodyContentCount()
|
Class |
getPersistentClass()
|
| Methods inherited from class org.springframework.orm.hibernate.support.HibernateDaoSupport |
|---|
checkDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory |
| Methods inherited from class org.springframework.dao.support.DaoSupport |
|---|
afterPropertiesSet, initDao |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BodyContentHibernateDao()
| Method Detail |
|---|
public Class getPersistentClass()
getPersistentClass in interface ObjectDaopublic int getBodyContentCount()
getBodyContentCount in interface BodyContentDao
public 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 0
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||