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
 java.util.Collection<ChainStage> getChainStagesMarkedForDeletion()
           
 
Methods inherited from class com.atlassian.bamboo.persistence3.BambooHibernateObjectDao
delete, executeReturnLong, findAll, findById, save
 
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, executeReturnLong, findAll, findById, save
 

Constructor Detail

ChainStageHibernateDao

public ChainStageHibernateDao()
Method Detail

getChainStagesMarkedForDeletion

@NotNull
public java.util.Collection<ChainStage> getChainStagesMarkedForDeletion()
Specified by:
getChainStagesMarkedForDeletion in interface ChainStageDao
Returns:
all ChainStages that are marked as deleted


Copyright © 2010 Atlassian. All Rights Reserved.