Interface OtpRepository

  • All Superinterfaces:
    BaseRepository<OtpEntity,​String>, org.springframework.data.repository.CrudRepository<OtpEntity,​String>, org.springframework.data.jpa.repository.JpaRepository<OtpEntity,​String>, org.springframework.data.repository.PagingAndSortingRepository<OtpEntity,​String>, org.springframework.data.repository.query.QueryByExampleExecutor<OtpEntity>, org.springframework.data.repository.Repository<OtpEntity,​String>

    @Repository
    public interface OtpRepository
    extends BaseRepository<OtpEntity,​String>
    This interface extends BaseRepository which provides with the methods for several CRUD operations.
    Since:
    1.0.0
    Author:
    Sagar Mahapatra, Ritesh Sinha
    • Method Summary

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

        count, delete, deleteAll, deleteAll, deleteById, existsById, findById, save
      • Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository

        deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlush
      • Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository

        findAll
      • Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor

        count, exists, findAll, findOne