org.itracker.persistence.dao
Class CustomFieldDAOImpl

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
          extended by org.itracker.persistence.dao.BaseHibernateDAOImpl<CustomField>
              extended by org.itracker.persistence.dao.CustomFieldDAOImpl
All Implemented Interfaces:
BaseDAO<CustomField>, CustomFieldDAO, org.springframework.beans.factory.InitializingBean

public class CustomFieldDAOImpl
extends BaseHibernateDAOImpl<CustomField>
implements CustomFieldDAO


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
CustomFieldDAOImpl()
           
 
Method Summary
 List<CustomField> findAll()
           
 CustomField findByPrimaryKey(Integer customFieldId)
           
 
Methods inherited from class org.itracker.persistence.dao.BaseHibernateDAOImpl
delete, detach, merge, refresh, save, saveOrUpdate
 
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.itracker.persistence.dao.BaseDAO
delete, detach, merge, refresh, save, saveOrUpdate
 

Constructor Detail

CustomFieldDAOImpl

public CustomFieldDAOImpl()
Method Detail

findByPrimaryKey

public CustomField findByPrimaryKey(Integer customFieldId)
Specified by:
findByPrimaryKey in interface CustomFieldDAO

findAll

public List<CustomField> findAll()
Specified by:
findAll in interface CustomFieldDAO


Copyright © 2002-2012 itracker. All Rights Reserved.