Interface ProfitRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<Profit,Long>, org.springframework.data.repository.Repository<Profit,Long>

@Repository public interface ProfitRepository extends org.springframework.data.repository.CrudRepository<Profit,Long>
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.data.domain.Page<Profit>
    findAll(org.springframework.data.domain.Pageable pageable)
     
     

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

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

    • findAllByUserCommons

      Iterable<Profit> findAllByUserCommons(UserCommons userCommons)
    • findAll

      org.springframework.data.domain.Page<Profit> findAll(org.springframework.data.domain.Pageable pageable)