Interface ReportRepo

All Superinterfaces:
org.springframework.data.repository.CrudRepository<ReportEntity,Integer>, JpaRepository<ReportEntity,Integer>, org.springframework.data.repository.ListCrudRepository<ReportEntity,Integer>, org.springframework.data.repository.ListPagingAndSortingRepository<ReportEntity,Integer>, org.springframework.data.repository.PagingAndSortingRepository<ReportEntity,Integer>, org.springframework.data.repository.query.QueryByExampleExecutor<ReportEntity>, org.springframework.data.repository.Repository<ReportEntity,Integer>

public interface ReportRepo extends JpaRepository<ReportEntity,Integer>
  • Method Summary

    Modifier and Type
    Method
    Description
    findByPostAndIsDeleted(PostEntity post, boolean isDeleted)
     

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

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save

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

    findAll, findAllById, saveAll

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

    findAll

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

    findAll

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

    count, exists, findAll, findBy, findOne