Interface RegistroLentidaoDao
- All Known Implementing Classes:
RegistroLentidaoDaoImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidbulkDelete(List<RegistroLentidao> registros) voidbulkInsert(List<RegistroLentidao> registros) voiddelete(RegistroLentidao registro) voidList<RegistroLentidao> intprune(int amountToKeep)
-
Method Details
-
prune
int prune(int amountToKeep) -
bulkInsert
-
findAllExecutionTime
List<RegistroLentidao> findAllExecutionTime() -
bulkDelete
-
delete
void delete(RegistroLentidao registro) -
delete
-