public class

BodyContentHibernateDao

extends HibernateObjectDao
implements BodyContentDao
java.lang.Object
   ↳ org.springframework.dao.support.DaoSupport
     ↳ org.springframework.orm.hibernate.support.HibernateDaoSupport
       ↳ com.atlassian.hibernate.HibernateObjectDao
         ↳ com.atlassian.confluence.core.persistence.hibernate.BodyContentHibernateDao

Class Overview

This DAO is used to support the migration of wiki formatted content to XHTML formatted. It will return the lowest level

Summary

[Expand]
Inherited Fields
From class com.atlassian.hibernate.HibernateObjectDao
From class org.springframework.dao.support.DaoSupport
Public Constructors
BodyContentHibernateDao()
Public Methods
List<BodyContent> getBodyContent(int startRow, int maxRows)
int getBodyContentCount()
Class getPersistentClass()
[Expand]
Inherited Methods
From class com.atlassian.hibernate.HibernateObjectDao
From class org.springframework.orm.hibernate.support.HibernateDaoSupport
From class org.springframework.dao.support.DaoSupport
From class java.lang.Object
From interface bucket.core.persistence.ObjectDao
From interface com.atlassian.confluence.core.persistence.BodyContentDao
From interface org.springframework.beans.factory.InitializingBean

Public Constructors

public BodyContentHibernateDao ()

Public Methods

public List<BodyContent> getBodyContent (int startRow, int maxRows)

public int getBodyContentCount ()

Returns
  • the total number of BodyContent objects in Confluence. This includes all content types and all historical versions.

public Class getPersistentClass ()