Interface CertificatePageRepository

  • All Superinterfaces:
    org.springframework.data.repository.CrudRepository<Certificate,​Long>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<Certificate>, org.springframework.data.repository.PagingAndSortingRepository<Certificate,​Long>, org.springframework.data.repository.Repository<Certificate,​Long>

    @Repository
    public interface CertificatePageRepository
    extends org.springframework.data.repository.PagingAndSortingRepository<Certificate,​Long>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<Certificate>
    Spring Data repository for the Certificate entity.
    • Method Summary

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

        count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
      • Methods inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor

        count, exists, findAll, findAll, findAll, findOne
      • Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository

        findAll, findAll