jhomenet.server.dao.hibernate
Class UserDaoHibernate

java.lang.Object
  extended by jhomenet.server.dao.hibernate.GenericHibernateDAO<User,java.lang.Long>
      extended by jhomenet.server.dao.hibernate.UserDaoHibernate
All Implemented Interfaces:
GenericDao<User,java.lang.Long>, UserDao

public class UserDaoHibernate
extends GenericHibernateDAO<User,java.lang.Long>
implements UserDao

An implementation of the UserDao interface.

Id: $Id: $

Author:
Dave Irwin (jhomenet at gmail dot com)

Constructor Summary
UserDaoHibernate()
          Default constructor.
 
Method Summary
 java.lang.Boolean checkCredentials(java.lang.String username, char[] password)
          Check a user's credentials against those stored by the system.
 
Methods inherited from class jhomenet.server.dao.hibernate.GenericHibernateDAO
clear, findAll, findByCriteria, findByExample, findById, flush, getPersistentClass, getSession, makePersistent, makeTransient, setSession
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface jhomenet.server.dao.GenericDao
clear, findAll, findByExample, findById, flush, makePersistent, makeTransient
 

Constructor Detail

UserDaoHibernate

public UserDaoHibernate()
Default constructor.

Method Detail

checkCredentials

public java.lang.Boolean checkCredentials(java.lang.String username,
                                          char[] password)
Check a user's credentials against those stored by the system.

Specified by:
checkCredentials in interface UserDao
Returns:
See Also:
com.ek.itsmidwest.dao.UserDao#checkCredentialsInBackground(java.lang.String, char[])


Copyright © 2004-2007 David Irwin. All Rights Reserved.