public interface UserAvatarDao extends EditableDao<UserAvatar,Long>
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, propertyList
Optional<UserAvatar> findByUserName(String userName, boolean mini)
Copyright © 2023 Suncode. All rights reserved.