public class PlanVcsRevisionHistoryHibernateStandaloneDao extends BambooHibernateObjectDao<PlanVcsRevisionHistoryItem> implements PlanVcsRevisionHistoryStandaloneDao
| Constructor and Description |
|---|
PlanVcsRevisionHistoryHibernateStandaloneDao() |
| Modifier and Type | Method and Description |
|---|---|
void |
createChangeDetectionHistoryItem(PlanVcsRevisionHistoryItem planVcsRevisionHistoryItem) |
PlanVcsRevisionHistoryItem |
findLatestVcsRevisionHistoryItem(long repositoryId) |
PlanVcsRevisionHistoryItem |
findLatestVcsRevisionHistoryItem(PlanKey planKey) |
void |
removeVcsHistoryForPlan(PlanKey planKey) |
long |
scrollPlanVcsRevisionHistoryItemsForExport(com.google.common.base.Function<PlanVcsRevisionHistoryItem,Void> function) |
void |
updateRepositoryIdForPlan(PlanKey planKey,
long repositoryId) |
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, saveAllpublic PlanVcsRevisionHistoryHibernateStandaloneDao()
@Nullable public PlanVcsRevisionHistoryItem findLatestVcsRevisionHistoryItem(@NotNull PlanKey planKey)
findLatestVcsRevisionHistoryItem in interface PlanVcsRevisionHistoryStandaloneDaopublic PlanVcsRevisionHistoryItem findLatestVcsRevisionHistoryItem(long repositoryId)
findLatestVcsRevisionHistoryItem in interface PlanVcsRevisionHistoryStandaloneDaopublic void createChangeDetectionHistoryItem(@NotNull
PlanVcsRevisionHistoryItem planVcsRevisionHistoryItem)
createChangeDetectionHistoryItem in interface PlanVcsRevisionHistoryStandaloneDaopublic long scrollPlanVcsRevisionHistoryItemsForExport(@NotNull
com.google.common.base.Function<PlanVcsRevisionHistoryItem,Void> function)
scrollPlanVcsRevisionHistoryItemsForExport in interface PlanVcsRevisionHistoryStandaloneDaopublic void updateRepositoryIdForPlan(@NotNull
PlanKey planKey,
long repositoryId)
updateRepositoryIdForPlan in interface PlanVcsRevisionHistoryStandaloneDaopublic void removeVcsHistoryForPlan(PlanKey planKey)
removeVcsHistoryForPlan in interface PlanVcsRevisionHistoryStandaloneDaoCopyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.