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 TypeMethodDescriptionfindAll
(org.springframework.data.domain.Sort sort) findAllByCommonsId
(Long commonsId) Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
-
Method Details
-
findAllByCommonsId
-
findAll
-