com.atlassian.crowd.openid.server.model.user
Interface UserDAO

All Superinterfaces:
EntityObjectDAO, ObjectDao
All Known Implementing Classes:
UserDAOHibernate

public interface UserDAO
extends EntityObjectDAO


Method Summary
 User findByUsername(java.lang.String name)
           
 
Methods inherited from interface com.atlassian.crowd.openid.server.model.EntityObjectDAO
findAll, save, update
 
Methods inherited from interface com.atlassian.crowd.util.persistence.hibernate.ObjectDao
getPersistentClass, load, remove, save, update
 

Method Detail

findByUsername

User findByUsername(java.lang.String name)
                    throws org.springframework.orm.ObjectRetrievalFailureException
Throws:
org.springframework.orm.ObjectRetrievalFailureException


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.