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
public class PlanDtoHibernateDao extends StatelessSessionHibernateDaoSupport implements PlanDtoDao
-
-
Constructor Summary
Constructors Constructor Description PlanDtoHibernateDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<LabelNameDto>
getAllLabelNamesAssociatedWithPlans()
List<ChainBranchMetadataDto>
getAllPlanBranchesMetadata()
List<PlanDto>
getAllPlans()
List<FlatChainStageDto>
getAllPlanStages()
-
Methods inherited from class com.atlassian.bamboo.persistence3.StatelessSessionHibernateDaoSupport
getCacheAwareHibernateTemplate
-
-
-
-
Method Detail
-
getAllPlans
public List<PlanDto> getAllPlans()
- Specified by:
getAllPlans
in interfacePlanDtoDao
-
getAllLabelNamesAssociatedWithPlans
public List<LabelNameDto> getAllLabelNamesAssociatedWithPlans()
- Specified by:
getAllLabelNamesAssociatedWithPlans
in interfacePlanDtoDao
-
getAllPlanStages
public List<FlatChainStageDto> getAllPlanStages()
- Specified by:
getAllPlanStages
in interfacePlanDtoDao
-
getAllPlanBranchesMetadata
public List<ChainBranchMetadataDto> getAllPlanBranchesMetadata()
- Specified by:
getAllPlanBranchesMetadata
in interfacePlanDtoDao
-
-