org.promotego.dao.hibernate
Class HibernateLocationDao

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
          extended by org.promotego.dao.hibernate.HibernateDaoSupport<T>
              extended by org.promotego.dao.hibernate.HibernateRadiusSearchDaoSupport<Location>
                  extended by org.promotego.dao.hibernate.HibernateLocationDao
All Implemented Interfaces:
Dao<Location>, LocationDao, RadiusSearchDao<Location>, org.springframework.beans.factory.InitializingBean

public class HibernateLocationDao
extends HibernateRadiusSearchDaoSupport<Location>
implements LocationDao


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
HibernateLocationDao()
           
 
Method Summary
 java.lang.String getCountQuery()
           
protected  java.lang.String getFindAllQuery()
           
protected  java.lang.String getIdQuery()
           
 
Methods inherited from class org.promotego.dao.hibernate.HibernateRadiusSearchDaoSupport
findInRange, findNear
 
Methods inherited from class org.promotego.dao.hibernate.HibernateDaoSupport
create, create, delete, deleteAll, findAll, getById, getCount, reattach, saveOrUpdate, 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.promotego.dao.interfaces.RadiusSearchDao
findNear
 
Methods inherited from interface org.promotego.dao.interfaces.Dao
create, create, delete, deleteAll, findAll, getById, getCount, reattach, saveOrUpdate, update
 

Constructor Detail

HibernateLocationDao

public HibernateLocationDao()
Method Detail

getFindAllQuery

protected java.lang.String getFindAllQuery()
Specified by:
getFindAllQuery in class HibernateDaoSupport<Location>

getIdQuery

protected java.lang.String getIdQuery()
Specified by:
getIdQuery in class HibernateDaoSupport<Location>

getCountQuery

public java.lang.String getCountQuery()
Specified by:
getCountQuery in class HibernateDaoSupport<Location>


Copyright © 2007. All Rights Reserved.