public interface

ExporterAnyTypeDao

implements AnyTypeDao
com.atlassian.confluence.core.persistence.hibernate.ExporterAnyTypeDao
Known Indirect Subclasses

Class Overview

Sub-interface of AnyTypeDao, not available to plugins, that ties the result type of findAllPersistentObjectsHandles to the implementation relied on by export.

Summary

Public Methods
List<TransientHibernateHandle> findAllPersistentObjectsHibernateHandles()
Finds handles for all persistent objects.
[Expand]
Inherited Methods
From interface com.atlassian.confluence.core.persistence.AnyTypeDao

Public Methods

public List<TransientHibernateHandle> findAllPersistentObjectsHibernateHandles ()

Finds handles for all persistent objects.

Returns
  • handles for all persistent objects.