org.domdrides.example.repository.hibernate
Class HibernatePersonRepository

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
          extended by org.domdrides.hibernate.repository.HibernateRepository<Person,String>
              extended by org.domdrides.example.repository.hibernate.HibernatePersonRepository
All Implemented Interfaces:
PersonRepository, PageableRepository<Person,String>, Repository<Person,String>, org.springframework.beans.factory.InitializingBean

public class HibernatePersonRepository
extends HibernateRepository<Person,String>
implements PersonRepository

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

HibernatePersonRepository

public HibernatePersonRepository()


Copyright © 2013. All Rights Reserved.