com.atlassian.crowd.openid.server.model
Class EntityObjectDAOHibernate

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
          extended by com.atlassian.crowd.util.persistence.hibernate.HibernateDao
              extended by com.atlassian.crowd.openid.server.model.EntityObjectDAOHibernate
All Implemented Interfaces:
EntityObjectDAO, ObjectDao, org.springframework.beans.factory.InitializingBean
Direct Known Subclasses:
AddressRestrictionDAOHibernate, AttributeDAOHibernate, AuthRecordDAOHibernate, ProfileDAOHibernate, PropertyDAOHibernate, SiteApprovalDAOHibernate, SiteDAOHibernate, UserDAOHibernate

public abstract class EntityObjectDAOHibernate
extends HibernateDao
implements EntityObjectDAO


Field Summary
 
Fields inherited from class com.atlassian.crowd.util.persistence.hibernate.HibernateDao
batchProcessor
 
Constructor Summary
EntityObjectDAOHibernate()
           
 
Method Summary
 java.util.List findAll()
           
 void save(EntityObject entityObject)
           
 void update(EntityObject entityObject)
           
 
Methods inherited from class com.atlassian.crowd.util.persistence.hibernate.HibernateDao
getPersistentClass, load, remove, save, saveOrUpdate, setBatchProcessor, update
 
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
 
Methods inherited from interface com.atlassian.crowd.util.persistence.hibernate.ObjectDao
getPersistentClass, load, remove, save, update
 

Constructor Detail

EntityObjectDAOHibernate

public EntityObjectDAOHibernate()
Method Detail

save

public void save(EntityObject entityObject)
          throws org.springframework.dao.DataAccessException
Specified by:
save in interface EntityObjectDAO
Throws:
org.springframework.dao.DataAccessException

update

public void update(EntityObject entityObject)
            throws org.springframework.dao.DataAccessException
Specified by:
update in interface EntityObjectDAO
Throws:
org.springframework.dao.DataAccessException

findAll

public java.util.List findAll()
Specified by:
findAll in interface EntityObjectDAO


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.