Interface CommonStatsRepository

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

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

    Modifier and Type
    Method
    Description
    findAll(org.springframework.data.domain.Sort sort)
     
     

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

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