com.atlassian.confluence.core.persistence.hibernate
Interface ExporterAnyTypeDao

All Superinterfaces:
AnyTypeDao
All Known Implementing Classes:
HibernateAnyTypeDao

public interface ExporterAnyTypeDao
extends AnyTypeDao

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


Method Summary
 List<TransientHibernateHandle> findAllPersistentObjectsHibernateHandles()
          Finds handles for all persistent objects.
 
Methods inherited from interface com.atlassian.confluence.core.persistence.AnyTypeDao
findAllPersistentObjects, findAllPersistentObjectsHandles, findByHandle, findByIdsAndClassName, getByIdAndType
 

Method Detail

findAllPersistentObjectsHibernateHandles

List<TransientHibernateHandle> findAllPersistentObjectsHibernateHandles()
Finds handles for all persistent objects.

Returns:
handles for all persistent objects.


Copyright © 2003-2013 Atlassian. All Rights Reserved.