public interface AvatarRepository extends org.springframework.data.repository.CrudRepository<Avatar,java.lang.String>
| Modifier and Type | Method and Description |
|---|---|
Avatar |
findDefaultAvatar(AvatarType avatarType) |
@Query(value="select a from Avatar a where a.avatarType = ?1 and a.isDefault = true") Avatar findDefaultAvatar(AvatarType avatarType)