org.gwe.persistence.dao
Class AllocationInfoDAO

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
          extended by org.gwe.persistence.dao.GenericHibernateDaoSupport<INFO_TYPE,KEY_TYPE>
              extended by org.gwe.persistence.dao.BaseInfoDAO<AllocationInfo,java.lang.Integer>
                  extended by org.gwe.persistence.dao.AllocationInfoDAO
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

public class AllocationInfoDAO
extends BaseInfoDAO<AllocationInfo,java.lang.Integer>

Since:
Sep 06, 2007
Author:
Marco Ruiz

Field Summary
 
Fields inherited from class org.gwe.persistence.dao.GenericHibernateDaoSupport
tableName
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
AllocationInfoDAO()
           
 
Method Summary
 
Methods inherited from class org.gwe.persistence.dao.GenericHibernateDaoSupport
count, delete, deleteAll, deleteAll, deleteById, evict, evictAll, get, getForFieldIn, getInfoClass, getKeyClass, getList, getParametrizedType, merge, query, queryFirst, save, saveAll, saveOrUpdate, saveOrUpdateAll, update, updateAndEvict
 
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
 

Constructor Detail

AllocationInfoDAO

public AllocationInfoDAO()


Copyright © 2007-2009. All Rights Reserved.