public interface ExporterAnyTypeDao extends AnyTypeDao
Modifier and Type | Method and Description |
---|---|
List<TransientHibernateHandle> |
findAllPersistentObjectsHibernateHandles()
Deprecated.
since 5.10. Use
findAllPersistentObjectsHibernateHandles(Collection) instead |
List<TransientHibernateHandle> |
findAllPersistentObjectsHibernateHandles(Collection<Class<?>> excludedInterfaces)
Finds handles for all persistent objects.
|
findAllPersistentObjects, findAllPersistentObjectsHandles, findByHandle, findByIdsAndClassName, getByIdAndType, removeAllPersistentObjectsByType
@Deprecated List<TransientHibernateHandle> findAllPersistentObjectsHibernateHandles()
findAllPersistentObjectsHibernateHandles(Collection)
insteadList<TransientHibernateHandle> findAllPersistentObjectsHibernateHandles(Collection<Class<?>> excludedInterfaces)
excludedInterfaces
- classes implementing any of the given interfaces should be excludedCopyright © 2003–2016 Atlassian. All rights reserved.