org.itracker.persistence.dao
Class CustomFieldValueDAOImpl

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<CustomFieldValue>
              extended by org.itracker.persistence.dao.CustomFieldValueDAOImpl
All Implemented Interfaces:
BaseDAO<CustomFieldValue>, CustomFieldValueDAO, org.springframework.beans.factory.InitializingBean

public class CustomFieldValueDAOImpl
extends BaseHibernateDAOImpl<CustomFieldValue>
implements CustomFieldValueDAO

Author:
mbae

Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
CustomFieldValueDAOImpl()
           
 
Method Summary
 List<CustomFieldValue> findAll()
           
 CustomFieldValue 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

CustomFieldValueDAOImpl

public CustomFieldValueDAOImpl()
Method Detail

findByPrimaryKey

public CustomFieldValue findByPrimaryKey(Integer customFieldId)
Specified by:
findByPrimaryKey in interface CustomFieldValueDAO

findAll

public List<CustomFieldValue> findAll()
Specified by:
findAll in interface CustomFieldValueDAO


Copyright © 2002-2012 itracker. All Rights Reserved.