Interface RegistroLentidaoDao

All Superinterfaces:
Dao<RegistroLentidao,Long>
All Known Implementing Classes:
RegistroLentidaoDaoImpl

public interface RegistroLentidaoDao extends Dao<RegistroLentidao,Long>
  • Method Details

    • prune

      int prune(int amountToKeep)
    • bulkInsert

      void bulkInsert(List<RegistroLentidao> registros)
    • findAllExecutionTime

      List<RegistroLentidao> findAllExecutionTime()
    • bulkDelete

      void bulkDelete(List<RegistroLentidao> registros)
    • delete

      void delete(RegistroLentidao registro)
    • delete

      void delete(Long id)