org.itracker.persistence.dao
Class IssueRelationDAOImpl

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

public class IssueRelationDAOImpl
extends BaseHibernateDAOImpl<IssueRelation>
implements IssueRelationDAO


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
IssueRelationDAOImpl()
           
 
Method Summary
 List<IssueRelation> findByIssue(Integer issueId)
           
 IssueRelation findByPrimaryKey(Integer relationId)
           
 
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

IssueRelationDAOImpl

public IssueRelationDAOImpl()
Method Detail

findByPrimaryKey

public IssueRelation findByPrimaryKey(Integer relationId)
Specified by:
findByPrimaryKey in interface IssueRelationDAO

findByIssue

public List<IssueRelation> findByIssue(Integer issueId)
Specified by:
findByIssue in interface IssueRelationDAO


Copyright © 2002-2012 itracker. All Rights Reserved.