@Repository public class UserAvatarDaoImpl extends HibernateEditableDao<UserAvatar,Long> implements UserAvatarDao
type
Constructor and Description |
---|
UserAvatarDaoImpl() |
Modifier and Type | Method and Description |
---|---|
Optional<UserAvatar> |
findByUserName(String userName,
boolean mini) |
delete, merge, save, update
countAll, countByCriteria, findByCriteria, findByCriteria, findByProperty, findOne, findOneByProperty, get, get, getAll, getAll, getByField, getSession, getSessionFactory, propertyList, setSessionFactory
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
delete, merge, save, update
countAll, countByCriteria, findByCriteria, findByCriteria, findByProperty, findOne, findOneByProperty, get, get, getAll, getAll, getByField, propertyList
public Optional<UserAvatar> findByUserName(String userName, boolean mini)
findByUserName
in interface UserAvatarDao
Copyright © 2023 Suncode. All rights reserved.