Class PropertyEntryExportHibernateDao

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

@Internal public class PropertyEntryExportHibernateDao extends org.springframework.orm.hibernate5.support.HibernateDaoSupport implements PropertyEntryExportDao
  • Field Summary

    Fields inherited from class org.springframework.dao.support.DaoSupport

    logger
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Iterable<bucket.user.propertyset.BucketPropertySetItem>
     
    void
    save(bucket.user.propertyset.BucketPropertySetItem object)
     

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PropertyEntryExportHibernateDao

      public PropertyEntryExportHibernateDao()
  • Method Details