Interface UserRepository

  • All Superinterfaces:
    org.springframework.data.repository.CrudRepository<User,​Long>, org.springframework.data.repository.Repository<User,​Long>

    public interface UserRepository
    extends org.springframework.data.repository.CrudRepository<User,​Long>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      User findByEmail​(String email)  
      • Methods inherited from interface org.springframework.data.repository.CrudRepository

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

      • findByEmail

        User findByEmail​(String email)
        Parameters:
        email - the user email.