com.atlassian.bamboo.chains
Class ChainStageHibernateDao

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.hibernate.support.HibernateDaoSupport
          extended by com.atlassian.bamboo.persistence3.BambooHibernateObjectDao<ChainStage>
              extended by com.atlassian.bamboo.chains.ChainStageHibernateDao
All Implemented Interfaces:
ChainStageDao, BambooObjectDao<ChainStage>, org.springframework.beans.factory.InitializingBean

public class ChainStageHibernateDao
extends BambooHibernateObjectDao<ChainStage>
implements ChainStageDao


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
ChainStageHibernateDao()
           
 
Method Summary
 com.google.common.collect.Multimap<PlanKey,java.lang.Long> getChainStagesMarkedForDeletion()
           
 
Methods inherited from class com.atlassian.bamboo.persistence3.BambooHibernateObjectDao
delete, deleteAll, executeFind, executeReturnLong, findAll, findById, save, saveAll
 
Methods inherited from class org.springframework.orm.hibernate.support.HibernateDaoSupport
checkDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet, initDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.bamboo.persistence3.BambooObjectDao
delete, deleteAll, executeReturnLong, findAll, findById, save, saveAll
 

Constructor Detail

ChainStageHibernateDao

public ChainStageHibernateDao()
Method Detail

getChainStagesMarkedForDeletion

@NotNull
public com.google.common.collect.Multimap<PlanKey,java.lang.Long> getChainStagesMarkedForDeletion()
Specified by:
getChainStagesMarkedForDeletion in interface ChainStageDao
Returns:
all ChainStages that are marked as deleted


Copyright © 2012 Atlassian. All Rights Reserved.