Class UserAvatarDaoImpl
java.lang.Object
com.suncode.pwfl.support.HibernateBaseDao<T,PK>
com.suncode.pwfl.support.HibernateEditableDao<UserAvatar,Long>
com.suncode.pwfl.administration.user.UserAvatarDaoImpl
- All Implemented Interfaces:
UserAvatarDao
,BaseDao<UserAvatar,
,Long> EditableDao<UserAvatar,
Long>
@Repository
public class UserAvatarDaoImpl
extends HibernateEditableDao<UserAvatar,Long>
implements UserAvatarDao
-
Field Summary
Fields inherited from class com.suncode.pwfl.support.HibernateBaseDao
type
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.suncode.pwfl.support.HibernateEditableDao
delete, flush, merge, refresh, save, update
Methods inherited from class com.suncode.pwfl.support.HibernateBaseDao
countAll, countByCriteria, countByCriteria, findByCriteria, findByCriteria, findByCriteria, findByCriteria, findByProperty, findOne, findOne, findOneByProperty, get, get, getAll, getAll, getByField, getSession, getSessionFactory, propertyList, scrollByCriteria, scrollByCriteria, setSessionFactory
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.suncode.pwfl.support.BaseDao
countAll, countByCriteria, countByCriteria, findByCriteria, findByCriteria, findByCriteria, findByCriteria, findByProperty, findOne, findOne, findOneByProperty, get, get, getAll, getAll, getByField, propertyList, scrollByCriteria, scrollByCriteria
-
Constructor Details
-
UserAvatarDaoImpl
public UserAvatarDaoImpl()
-
-
Method Details
-
findByUserName
- Specified by:
findByUserName
in interfaceUserAvatarDao
-