public interface BranchCommitInformationDao extends BambooObjectDao<BranchCommitInformation>
Modifier and Type | Method and Description |
---|---|
<E extends BranchCommitInformation> |
findByChainBranchId(long chainBranchId,
Class<E> clazz) |
countAll, countWithRestriction, delete, deleteAll, findAll, findById, merge, save, saveAll
<E extends BranchCommitInformation> E findByChainBranchId(long chainBranchId, Class<E> clazz)
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.