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, deleteById, existsById, findAll, findAllById, findById, save, saveAll
-
-