info.joseluismartin.dao
Interface UserDao

All Superinterfaces:
Dao<User,Long>, PageableDataSource<User>

public interface UserDao
extends Dao<User,Long>

Interface for User DAOs

Author:
Jose Luis Martin - (jlm@joseluismartin.info)

Method Summary
 User findByUsername(String username)
          Find a User by username
 
Methods inherited from interface info.joseluismartin.dao.Dao
delete, deleteById, exists, findByNamedQuery, get, get, getAll, getAll, initialize, initialize, save
 
Methods inherited from interface info.joseluismartin.dao.PageableDataSource
getKeys, getPage
 

Method Detail

findByUsername

User findByUsername(String username)
Find a User by username

Parameters:
username - the user name
Returns:
the User that match username


Copyright © 2012 JDAL. All Rights Reserved.