public class PlanRepositoryLinkHibernateDao extends BambooHibernateObjectDao<PlanRepositoryLink> implements PlanRepositoryLinkDao
| Constructor and Description |
|---|
PlanRepositoryLinkHibernateDao() |
| Modifier and Type | Method and Description |
|---|---|
void |
detachAllRepositoriesFromPlan(ImmutablePlan plan) |
List<PlanIdentifier> |
getIdentifiersOfPlansUsingRepository(long repositoryId) |
PlanRepositoryLink |
getPlanRepositoryLink(PlanIdentifier plan,
long repositoryId) |
List<PlanRepositoryLink> |
getPlanRepositoryLinks(ImmutablePlan plan) |
List<PlanRepositoryLink> |
getPlansUsingRepository(long repositoryId) |
void |
removeRepositoryFromPlan(PlanRepositoryLink planRepository) |
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@NotNull public List<PlanRepositoryLink> getPlanRepositoryLinks(@NotNull ImmutablePlan plan)
getPlanRepositoryLinks in interface PlanRepositoryLinkDaopublic List<PlanRepositoryLink> getPlansUsingRepository(long repositoryId)
getPlansUsingRepository in interface PlanRepositoryLinkDaopublic List<PlanIdentifier> getIdentifiersOfPlansUsingRepository(long repositoryId)
getIdentifiersOfPlansUsingRepository in interface PlanRepositoryLinkDaopublic PlanRepositoryLink getPlanRepositoryLink(@NotNull PlanIdentifier plan, long repositoryId)
getPlanRepositoryLink in interface PlanRepositoryLinkDaopublic void detachAllRepositoriesFromPlan(@NotNull
ImmutablePlan plan)
detachAllRepositoriesFromPlan in interface PlanRepositoryLinkDaopublic void removeRepositoryFromPlan(@NotNull
PlanRepositoryLink planRepository)
removeRepositoryFromPlan in interface PlanRepositoryLinkDaoCopyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.