net.sf.sail.webapp.dao.group.impl
Class HibernateGroupDao

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
          extended by net.sf.sail.webapp.dao.impl.AbstractHibernateDao<Group>
              extended by net.sf.sail.webapp.dao.group.impl.HibernateGroupDao
All Implemented Interfaces:
GroupDao<Group>, SimpleDao<Group>, org.springframework.beans.factory.InitializingBean

public class HibernateGroupDao
extends AbstractHibernateDao<Group>
implements GroupDao<Group>

Version:
$Id$
Author:
Hiroki Terashima

Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
HibernateGroupDao()
           
 
Method Summary
protected  Class<PersistentGroup> getDataObjectClass()
          Gets the class of the persistent entity.
protected  String getFindAllQuery()
          Gets a string that will perform a query to retrieve all available objects from the persistent data store.
 
Methods inherited from class net.sf.sail.webapp.dao.impl.AbstractHibernateDao
delete, getById, getList, save
 
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 net.sf.sail.webapp.dao.SimpleDao
delete, getById, getList, save
 

Constructor Detail

HibernateGroupDao

public HibernateGroupDao()
Method Detail

getFindAllQuery

protected String getFindAllQuery()
Description copied from class: AbstractHibernateDao
Gets a string that will perform a query to retrieve all available objects from the persistent data store.

Specified by:
getFindAllQuery in class AbstractHibernateDao<Group>
Returns:
String query
See Also:
AbstractHibernateDao.getFindAllQuery()

getDataObjectClass

protected Class<PersistentGroup> getDataObjectClass()
Description copied from class: AbstractHibernateDao
Gets the class of the persistent entity.

Specified by:
getDataObjectClass in class AbstractHibernateDao<Group>
Returns:
the Class
See Also:
AbstractHibernateDao.getDataObjectClass()


Copyright © 2012. All Rights Reserved.