|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.dao.support.DaoSupport
org.springframework.orm.hibernate3.support.HibernateDaoSupport
org.domdrides.hibernate.repository.HibernateRepository<Person,String>
org.domdrides.example.repository.hibernate.HibernatePersonRepository
public class HibernatePersonRepository
A hibernate-based implementation of a person repository.
| Field Summary |
|---|
| Fields inherited from class org.domdrides.hibernate.repository.HibernateRepository |
|---|
UNCHECKED |
| Fields inherited from class org.springframework.dao.support.DaoSupport |
|---|
logger |
| Constructor Summary | |
|---|---|
HibernatePersonRepository()
|
|
| Method Summary |
|---|
| Methods inherited from class org.domdrides.hibernate.repository.HibernateRepository |
|---|
add, contains, createCriteria, getAll, getById, list, list, list, remove, set, set, size, uniqueResult, uniqueResult, update |
| Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport |
|---|
checkDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory |
| Methods inherited from class org.springframework.dao.support.DaoSupport |
|---|
afterPropertiesSet, initDao |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.domdrides.repository.Repository |
|---|
add, contains, getAll, getById, remove, size, update |
| Constructor Detail |
|---|
public HibernatePersonRepository()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||