@Deprecated public class

AnyTypeHibernateObjectDao

extends HibernateDaoSupport
implements AnyTypeObjectDao
java.lang.Object
   ↳ org.springframework.dao.support.DaoSupport
     ↳ org.springframework.orm.hibernate.support.HibernateDaoSupport
       ↳ bucket.core.persistence.hibernate.AnyTypeHibernateObjectDao

This class is deprecated.
since 1.4. This has been moved into Confluence. As far as we could tell from fisheye, these is only one usage of this class outside of Confluence. Javablogs uses the log. Use AnyTypeDao instead.

Summary

Fields
public static final Category log
[Expand]
Inherited Fields
From class org.springframework.dao.support.DaoSupport
Public Constructors
AnyTypeHibernateObjectDao()
Public Methods
List findAllPersistentObjects()
List findAllPersistentObjectsHandles()
List findAllSearchableObjectHandles()
List findAllSearchableObjects()
Iterator findAllSearchableObjectsIterator()
Use this method instead findAllSearchableObjects() if a very large collection is involved
Object findByHandle(Handle handle)
int findSearchableObjectsSize()
Object getByIdAndType(long id, Class type)
Handle getHandle(Object obj)
Class getPersistentClass()
Handle getTransientHandle(Object obj)
void setExcludedClassesForRetrievingAllObjects(Set excludedClassesForRetrievingAllObjects)
[Expand]
Inherited Methods
From class org.springframework.orm.hibernate.support.HibernateDaoSupport
From class org.springframework.dao.support.DaoSupport
From class java.lang.Object
From interface com.atlassian.bonnie.AnyTypeObjectDao
From interface com.atlassian.bonnie.HandleResolver
From interface org.springframework.beans.factory.InitializingBean

Fields

public static final Category log

Public Constructors

public AnyTypeHibernateObjectDao ()

Public Methods

public List findAllPersistentObjects ()

public List findAllPersistentObjectsHandles ()

public List findAllSearchableObjectHandles ()

public List findAllSearchableObjects ()

public Iterator findAllSearchableObjectsIterator ()

Use this method instead findAllSearchableObjects() if a very large collection is involved

public Object findByHandle (Handle handle)

public int findSearchableObjectsSize ()

public Object getByIdAndType (long id, Class type)

public Handle getHandle (Object obj)

public Class getPersistentClass ()

public Handle getTransientHandle (Object obj)

public void setExcludedClassesForRetrievingAllObjects (Set excludedClassesForRetrievingAllObjects)