com.atlassian.crowd.openid.server.model
Interface EntityObjectDAO

All Superinterfaces:
ObjectDao
All Known Subinterfaces:
AddressRestrictionDAO, AttributeDAO, AuthRecordDAO, ProfileDAO, PropertyDAO, SiteApprovalDAO, SiteDAO, UserDAO
All Known Implementing Classes:
AddressRestrictionDAOHibernate, AttributeDAOHibernate, AuthRecordDAOHibernate, EntityObjectDAOHibernate, ProfileDAOHibernate, PropertyDAOHibernate, SiteApprovalDAOHibernate, SiteDAOHibernate, UserDAOHibernate

public interface EntityObjectDAO
extends ObjectDao


Method Summary
 java.util.List findAll()
           
 void save(EntityObject entityObject)
           
 void update(EntityObject entityObject)
           
 
Methods inherited from interface com.atlassian.crowd.util.persistence.hibernate.ObjectDao
getPersistentClass, load, remove, save, update
 

Method Detail

save

void save(EntityObject entityObject)
          throws org.springframework.dao.DataAccessException
Throws:
org.springframework.dao.DataAccessException

update

void update(EntityObject entityObject)
            throws org.springframework.dao.DataAccessException
Throws:
org.springframework.dao.DataAccessException

findAll

java.util.List findAll()
                       throws org.springframework.dao.DataAccessException
Throws:
org.springframework.dao.DataAccessException


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.