Interface UserEmailRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<UserEmail,String>, org.springframework.data.repository.Repository<UserEmail,String>

@Repository public interface UserEmailRepository extends org.springframework.data.repository.CrudRepository<UserEmail,String>
  • Method Summary

    Modifier and Type
    Method
    Description
    findByUserGithubId(Long userGithubId)
     

    Methods inherited from interface org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll