Class HibernatePageAncestorManager

java.lang.Object
com.atlassian.confluence.pages.ancestors.HibernatePageAncestorManager
All Implemented Interfaces:
PageAncestorManager

public class HibernatePageAncestorManager extends Object implements PageAncestorManager
Stores page ancestors in the ANCESTORS table in the database. Normally this happens automatically via Hibernate relationships, but sometimes we need to do manual work to restore the relationships.
  • Constructor Details

    • HibernatePageAncestorManager

      public HibernatePageAncestorManager()
  • Method Details