Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Iterable<bucket.user.propertyset.BucketPropertySetItem> findAll()  
      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
    • Constructor Detail

      • PropertyEntryExportHibernateDao

        public PropertyEntryExportHibernateDao()