com.atlassian.bamboo.migration.dao
Class ExternalEntityExportHibernateDao

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

@Internal
public class ExternalEntityExportHibernateDao
extends org.springframework.orm.hibernate3.support.HibernateDaoSupport
implements ExternalEntityExportDao


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
ExternalEntityExportHibernateDao()
           
 
Method Summary
 Iterable<com.atlassian.user.impl.hibernate3.DefaultHibernateExternalEntity> findAll()
           
 Set<com.atlassian.user.impl.hibernate3.DefaultHibernateExternalEntity> findAllById(List<Long> ids)
           
 void save(com.atlassian.user.ExternalEntity externalEntity)
           
 
Methods inherited from class org.springframework.orm.hibernate3.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

ExternalEntityExportHibernateDao

public ExternalEntityExportHibernateDao()
Method Detail

findAll

public Iterable<com.atlassian.user.impl.hibernate3.DefaultHibernateExternalEntity> findAll()
Specified by:
findAll in interface ExternalEntityExportDao

save

public void save(com.atlassian.user.ExternalEntity externalEntity)
Specified by:
save in interface ExternalEntityExportDao

findAllById

public Set<com.atlassian.user.impl.hibernate3.DefaultHibernateExternalEntity> findAllById(List<Long> ids)
Specified by:
findAllById in interface ExternalEntityExportDao


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.