Class BranchCommitInformationHibernateDao
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springframework.orm.hibernate5.support.HibernateDaoSupport
com.atlassian.bamboo.persistence3.StatelessSessionHibernateDaoSupport
com.atlassian.bamboo.persistence3.BambooHibernateObjectDao<BranchCommitInformation>
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
Constructors -
Method Summary
Modifier and TypeMethodDescription<E extends BranchCommitInformation>
EfindByChainBranchId(long chainBranchId, Class<E> clazz) Methods inherited from class com.atlassian.bamboo.persistence3.BambooHibernateObjectDao
convertSearchTermToLikeExpression, countAll, countWithRestriction, delete, deleteAll, executeCountQuery, findAll, findById, merge, save, saveAllMethods inherited from class com.atlassian.bamboo.persistence3.StatelessSessionHibernateDaoSupport
getCacheAwareHibernateTemplateMethods inherited from class org.springframework.orm.hibernate5.support.HibernateDaoSupport
checkDaoConfig, createHibernateTemplate, currentSession, getHibernateTemplate, getSessionFactory, setHibernateTemplate, setSessionFactoryMethods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet, initDaoMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.bamboo.persistence3.BambooObjectDao
countAll, countWithRestriction, delete, deleteAll, findAll, findById, merge, save, saveAll
-
Constructor Details
-
BranchCommitInformationHibernateDao
public BranchCommitInformationHibernateDao()
-
-
Method Details
-
findByChainBranchId
public <E extends BranchCommitInformation> E findByChainBranchId(long chainBranchId, Class<E> clazz) - Specified by:
findByChainBranchIdin interfaceBranchCommitInformationDao
-