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
-
Method Summary
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 Details
-
PropertyEntryExportHibernateDao
public PropertyEntryExportHibernateDao()
-
-
Method Details
-
save
public void save(bucket.user.propertyset.BucketPropertySetItem object) - Specified by:
save
in interfacePropertyEntryExportDao
-
findAll
- Specified by:
findAll
in interfacePropertyEntryExportDao
-