public interface IUserDao extends IGenericDao<UserBean,java.lang.Integer>
Modifier and Type | Method and Description |
---|---|
java.util.List<UserBean> |
getUsers()
Get list of all users from database
|
UserBean |
read(java.lang.String userName)
Loading record from SQL to Bean object from user login
|
create, delete, read, update
java.util.List<UserBean> getUsers() throws java.sql.SQLException
java.sql.SQLException
UserBean read(java.lang.String userName) throws java.sql.SQLException
userName
- java.sql.SQLException