com.atlassian.bamboo.build.branch
Class BranchCommitInformationHibernateDao

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.hibernate.support.HibernateDaoSupport
          extended by com.atlassian.bamboo.persistence3.BambooHibernateObjectDao<BranchCommitInformation>
              extended by com.atlassian.bamboo.build.branch.BranchCommitInformationHibernateDao
All Implemented Interfaces:
BambooObjectDao<BranchCommitInformation>, BranchCommitInformationDao, org.springframework.beans.factory.InitializingBean

public class BranchCommitInformationHibernateDao
extends BambooHibernateObjectDao<BranchCommitInformation>
implements BranchCommitInformationDao


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
BranchCommitInformationHibernateDao()
           
 
Method Summary
<E extends BranchCommitInformation>
E
findByChainBranchId(long chainBranchId, java.lang.Class<E> clazz)
           
 
Methods inherited from class com.atlassian.bamboo.persistence3.BambooHibernateObjectDao
delete, deleteAll, execute, executeFind, executeReturnLong, findAll, findById, save, saveAll
 
Methods inherited from class org.springframework.orm.hibernate.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 com.atlassian.bamboo.persistence3.BambooObjectDao
delete, deleteAll, executeReturnLong, findAll, findById, save, saveAll
 

Constructor Detail

BranchCommitInformationHibernateDao

public BranchCommitInformationHibernateDao()
Method Detail

findByChainBranchId

public <E extends BranchCommitInformation> E findByChainBranchId(long chainBranchId,
                                                                 java.lang.Class<E> clazz)
Specified by:
findByChainBranchId in interface BranchCommitInformationDao


Copyright © 2012 Atlassian. All Rights Reserved.