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

java.lang.Object
  extended by com.atlassian.crowd.openid.server.model.HibernateDao
      extended by com.atlassian.crowd.openid.server.model.EntityObjectDAOHibernate
All Implemented Interfaces:
EntityObjectDAO, ObjectDao
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.openid.server.model.HibernateDao
logger
 
Constructor Summary
EntityObjectDAOHibernate()
           
 
Method Summary
 List findAll()
           
 void save(EntityObject entityObject)
           
 void update(EntityObject entityObject)
           
 
Methods inherited from class com.atlassian.crowd.openid.server.model.HibernateDao
currentSession, getPersistentClass, load, loadReference, remove, save, saveOrUpdate, setSessionFactory, update
 
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.openid.server.model.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 List findAll()
Specified by:
findAll in interface EntityObjectDAO


Copyright © 2013 Atlassian. All Rights Reserved.