public class PlanVcsRevisionHistoryHibernateDao extends BambooHibernateObjectDao<PlanVcsRevisionHistoryItem> implements PlanVcsRevisionHistoryDao
| Constructor and Description |
|---|
PlanVcsRevisionHistoryHibernateDao() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanupUnusedEntriesForPlan(PlanKey planKey) |
void |
createChangeDetectionHistoryItem(PlanVcsRevisionHistoryItem planVcsRevisionHistoryItem) |
void |
createOrUpdateChangeDetectionHistoryItem(PlanVcsRevisionHistoryItem planVcsRevisionHistoryItem) |
void |
deleteVcsRevisionHistoryForPlan(PlanKey planKey) |
List<PlanVcsRevisionHistoryItem> |
findLatestVcsRevisionHistoryItems(PlanKey planKey) |
List<PlanVcsRevisionHistoryItem> |
findLatestVcsRevisionHistoryItemsBeforeBuildNumber(PlanKey planKey,
int buildNumber) |
PlanVcsRevisionHistoryItem |
findVcsRevisionHistoryItem(PlanKey planKey,
long repositoryId,
int buildNumber) |
void |
moveRevisionHistoryForPlan(PlanKey oldPlanKey,
PlanKey newPlanKey) |
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 PlanVcsRevisionHistoryItem findVcsRevisionHistoryItem(@NotNull PlanKey planKey, long repositoryId, int buildNumber)
findVcsRevisionHistoryItem in interface PlanVcsRevisionHistoryDao@NotNull public List<PlanVcsRevisionHistoryItem> findLatestVcsRevisionHistoryItems(@NotNull PlanKey planKey)
findLatestVcsRevisionHistoryItems in interface PlanVcsRevisionHistoryDao@NotNull public List<PlanVcsRevisionHistoryItem> findLatestVcsRevisionHistoryItemsBeforeBuildNumber(@NotNull PlanKey planKey, int buildNumber)
findLatestVcsRevisionHistoryItemsBeforeBuildNumber in interface PlanVcsRevisionHistoryDaopublic void createOrUpdateChangeDetectionHistoryItem(@NotNull
PlanVcsRevisionHistoryItem planVcsRevisionHistoryItem)
createOrUpdateChangeDetectionHistoryItem in interface PlanVcsRevisionHistoryDaopublic void moveRevisionHistoryForPlan(@NotNull
PlanKey oldPlanKey,
@NotNull
PlanKey newPlanKey)
moveRevisionHistoryForPlan in interface PlanVcsRevisionHistoryDaopublic void createChangeDetectionHistoryItem(@NotNull
PlanVcsRevisionHistoryItem planVcsRevisionHistoryItem)
createChangeDetectionHistoryItem in interface PlanVcsRevisionHistoryDaopublic void deleteVcsRevisionHistoryForPlan(@NotNull
PlanKey planKey)
deleteVcsRevisionHistoryForPlan in interface PlanVcsRevisionHistoryDaopublic void cleanupUnusedEntriesForPlan(@NotNull
PlanKey planKey)
cleanupUnusedEntriesForPlan in interface PlanVcsRevisionHistoryDaoCopyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.