public interface MongoDBStatisticsDAO extends StatisticsDAO, org.springframework.data.mongodb.repository.MongoRepository<Statistics,String>
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String id) |
void |
deleteAll() |
List<Statistics> |
findAll() |
Statistics |
findById(String Id) |
Statistics |
findByPid(String Pid) |
Statistics |
save(Statistics statistic) |
findAll, findAll, findAll, insert, insert, savefindAllList<Statistics> findAll()
findAll in interface org.springframework.data.repository.CrudRepository<Statistics,String>findAll in interface org.springframework.data.mongodb.repository.MongoRepository<Statistics,String>findAll in interface StatisticsDAOStatistics findById(String Id)
findById in interface StatisticsDAOStatistics findByPid(String Pid)
findByPid in interface StatisticsDAOStatistics save(Statistics statistic)
save in interface org.springframework.data.repository.CrudRepository<Statistics,String>save in interface StatisticsDAOvoid deleteAll()
deleteAll in interface org.springframework.data.repository.CrudRepository<Statistics,String>deleteAll in interface StatisticsDAOvoid delete(String id)
delete in interface org.springframework.data.repository.CrudRepository<Statistics,String>delete in interface StatisticsDAOCopyright © 2022. All rights reserved.