net.bryansaunders.jee6divelog.dao.user
Class UserAccountDao

java.lang.Object
  extended by net.bryansaunders.jee6divelog.dao.GenericDaoImpl<UserAccount>
      extended by net.bryansaunders.jee6divelog.dao.user.UserAccountDao
All Implemented Interfaces:
GenericDao<UserAccount>

public class UserAccountDao
extends GenericDaoImpl<UserAccount>

User DAO.

Author:
Bryan Saunders

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

HASH_ITERATIONS

public static final int HASH_ITERATIONS
Number of hash iterations.

See Also:
Constant Field Values
Constructor Detail

UserAccountDao

public UserAccountDao()
Method Detail

save

public UserAccount save(UserAccount user)
Save all changes made to an object.

Specified by:
save in interface GenericDao<UserAccount>
Overrides:
save in class GenericDaoImpl<UserAccount>
Parameters:
user - object
Returns:
The saved object


Copyright © 2012 Bryan Saunders. All Rights Reserved.