Package com.atlassian.bamboo.plan.branch
Interface BranchCommitInformationDao
-
- All Superinterfaces:
BambooObjectDao<BranchCommitInformation>
- All Known Implementing Classes:
BranchCommitInformationHibernateDao
public interface BranchCommitInformationDao extends BambooObjectDao<BranchCommitInformation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <E extends BranchCommitInformation>
EfindByChainBranchId(long chainBranchId, Class<E> clazz)
-
Methods inherited from interface com.atlassian.bamboo.persistence3.BambooObjectDao
countAll, countWithRestriction, delete, deleteAll, findAll, findById, merge, save, saveAll
-
-
-
-
Method Detail
-
findByChainBranchId
<E extends BranchCommitInformation> E findByChainBranchId(long chainBranchId, Class<E> clazz)
-
-