Package com.atlassian.bamboo.plan
Class PlanDtoHibernateDao
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springframework.orm.hibernate5.support.HibernateDaoSupport
com.atlassian.bamboo.persistence3.StatelessSessionHibernateDaoSupport
com.atlassian.bamboo.plan.PlanDtoHibernateDao
- All Implemented Interfaces:
PlanDtoDao
,org.springframework.beans.factory.InitializingBean
-
Field Summary
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable ChainBranchMetadataDto
findChainBranchMetadataByChainBranchId
(long chainBranchId) getAllLabelNamesAssociatedWithPlan
(long id) getJobDtosByStageId
(long id) @Nullable PlanDto
getPlanDtoByKey
(@NotNull PlanKey planKey) getStageDtosByChainId
(long id) Methods inherited from class com.atlassian.bamboo.persistence3.StatelessSessionHibernateDaoSupport
getCacheAwareHibernateTemplate
Methods inherited from class org.springframework.orm.hibernate5.support.HibernateDaoSupport
checkDaoConfig, createHibernateTemplate, currentSession, getHibernateTemplate, getSessionFactory, setHibernateTemplate, setSessionFactory
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet, initDao
-
Constructor Details
-
PlanDtoHibernateDao
public PlanDtoHibernateDao()
-
-
Method Details
-
getAllPlans
- Specified by:
getAllPlans
in interfacePlanDtoDao
-
getPlanDtoByKey
- Specified by:
getPlanDtoByKey
in interfacePlanDtoDao
-
getJobDtosByStageId
- Specified by:
getJobDtosByStageId
in interfacePlanDtoDao
-
getAllLabelNamesAssociatedWithPlans
- Specified by:
getAllLabelNamesAssociatedWithPlans
in interfacePlanDtoDao
-
getAllLabelNamesAssociatedWithPlan
- Specified by:
getAllLabelNamesAssociatedWithPlan
in interfacePlanDtoDao
-
getAllPlanStages
- Specified by:
getAllPlanStages
in interfacePlanDtoDao
-
getStageDtosByChainId
- Specified by:
getStageDtosByChainId
in interfacePlanDtoDao
-
getAllPlanBranchesMetadata
- Specified by:
getAllPlanBranchesMetadata
in interfacePlanDtoDao
-
findChainBranchMetadataByChainBranchId
@Nullable public @Nullable ChainBranchMetadataDto findChainBranchMetadataByChainBranchId(long chainBranchId) - Specified by:
findChainBranchMetadataByChainBranchId
in interfacePlanDtoDao
-