| java.lang.Object | |||
| ↳ | org.springframework.dao.support.DaoSupport | ||
| ↳ | org.springframework.orm.hibernate.support.HibernateDaoSupport | ||
| ↳ | com.atlassian.confluence.core.persistence.hibernate.HibernateAnyTypeDao | ||
|
[Expand]
Inherited Fields | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.dao.support.DaoSupport
| ||||||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Finds all persistent objects.
| |||||||||||
Finds handles for all persistent objects.
| |||||||||||
Find a persistent object by its handle.
| |||||||||||
Find a list of objects from the same persistent class.
| |||||||||||
Find a persistent object by its id and type.
| |||||||||||
|
[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.confluence.core.persistence.AnyTypeDao
| |||||||||||||||||||||||||||||||
From interface
org.springframework.beans.factory.InitializingBean
| |||||||||||||||||||||||||||||||
Finds all persistent objects.
Finds handles for all persistent objects.
Find a persistent object by its handle.
| handle | the handle |
|---|
Find a list of objects from the same persistent class.
| className | the persistent class's fully qualified class name. |
|---|
Find a persistent object by its id and type.

