com.atlassian.bamboo.migration.dao
Class PropertyEntryExportHibernateDao

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.hibernate.support.HibernateDaoSupport
          extended by com.atlassian.bamboo.migration.dao.PropertyEntryExportHibernateDao
All Implemented Interfaces:
PropertyEntryExportDao, org.springframework.beans.factory.InitializingBean

public class PropertyEntryExportHibernateDao
extends org.springframework.orm.hibernate.support.HibernateDaoSupport
implements PropertyEntryExportDao


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
PropertyEntryExportHibernateDao()
           
 
Method Summary
 java.lang.Iterable<bucket.user.propertyset.BucketPropertySetItem> findAll()
           
 void save(bucket.user.propertyset.BucketPropertySetItem object)
           
 
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
 

Constructor Detail

PropertyEntryExportHibernateDao

public PropertyEntryExportHibernateDao()
Method Detail

save

public void save(bucket.user.propertyset.BucketPropertySetItem object)
Specified by:
save in interface PropertyEntryExportDao

findAll

public java.lang.Iterable<bucket.user.propertyset.BucketPropertySetItem> findAll()
Specified by:
findAll in interface PropertyEntryExportDao


Copyright © 2012 Atlassian. All Rights Reserved.