Interface UserAvatarDao

All Superinterfaces:
BaseDao<UserAvatar,Long>, EditableDao<UserAvatar,Long>
All Known Implementing Classes:
UserAvatarDaoImpl

public interface UserAvatarDao extends EditableDao<UserAvatar,Long>