|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.bryansaunders.jee6divelog.dao.GenericDaoImpl<UserAccount>
net.bryansaunders.jee6divelog.dao.user.UserAccountDao
public class UserAccountDao
User DAO.
Field Summary | |
---|---|
static int |
HASH_ITERATIONS
Number of hash iterations. |
Constructor Summary | |
---|---|
UserAccountDao()
|
Method Summary | |
---|---|
UserAccount |
save(UserAccount user)
Save all changes made to an object. |
Methods inherited from class net.bryansaunders.jee6divelog.dao.GenericDaoImpl |
---|
delete, delete, delete, delete, deleteAll, findByExample, get, get, getAll, getEntityManager, save, setEntityManager |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int HASH_ITERATIONS
Constructor Detail |
---|
public UserAccountDao()
Method Detail |
---|
public UserAccount save(UserAccount user)
save
in interface GenericDao<UserAccount>
save
in class GenericDaoImpl<UserAccount>
user
- object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |