public class RepositoryChangesetHibernateDao extends BambooHibernateObjectDao<RepositoryChangeset> implements RepositoryChangesetDao
| Constructor and Description |
|---|
RepositoryChangesetHibernateDao() |
| Modifier and Type | Method and Description |
|---|---|
RepositoryChangeset |
findById(long id) |
RepositoryChangeset |
findChangesetByResultId(long resultsSummaryId) |
List<RepositoryChangeset> |
getChangesetsForBuildNumberRange(PlanKey planKey,
int firstBuildNumber,
int lastBuildNumber) |
void |
removeRepositoryChangesets(RepositoryDataEntity repositoryDataEntity) |
void |
saveRelevantChangesets(List<RelevantChangeset> relevantChangesets) |
long |
scrollChangesetsForExport(com.google.common.base.Function<RepositoryChangeset,Void> function) |
long |
scrollRelevantChangesetsForExport(com.google.common.base.Function<RelevantChangeset,Void> function) |
countAll, countWithRestriction, delete, deleteAll, execute, executeCountQuery, executeReturnInt, executeReturnLong, findAll, findById, save, saveAllgetCacheAwareHibernateTemplatecheckDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcountAll, countWithRestriction, delete, deleteAll, executeReturnInt, executeReturnLong, findAll, findById, save, saveAll@Nullable public RepositoryChangeset findById(long id)
findById in interface RepositoryChangesetDaopublic long scrollChangesetsForExport(com.google.common.base.Function<RepositoryChangeset,Void> function)
scrollChangesetsForExport in interface RepositoryChangesetDaopublic long scrollRelevantChangesetsForExport(com.google.common.base.Function<RelevantChangeset,Void> function)
scrollRelevantChangesetsForExport in interface RepositoryChangesetDaopublic void saveRelevantChangesets(List<RelevantChangeset> relevantChangesets)
saveRelevantChangesets in interface RepositoryChangesetDaopublic RepositoryChangeset findChangesetByResultId(long resultsSummaryId)
findChangesetByResultId in interface RepositoryChangesetDaopublic void removeRepositoryChangesets(RepositoryDataEntity repositoryDataEntity)
removeRepositoryChangesets in interface RepositoryChangesetDaopublic List<RepositoryChangeset> getChangesetsForBuildNumberRange(@NotNull PlanKey planKey, int firstBuildNumber, int lastBuildNumber)
getChangesetsForBuildNumberRange in interface RepositoryChangesetDaoCopyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.