Interface LogGeralErrosMobileDao

All Superinterfaces:
Dao<LogGeralErrosMobile,String>
All Known Implementing Classes:
LogGeralErrosMobileDaoImpl

public interface LogGeralErrosMobileDao extends Dao<LogGeralErrosMobile,String>
  • Method Details

    • getByUUID

      LogGeralErrosMobile getByUUID(String uuid)
    • saveAll

      void saveAll(Collection<LogGeralErrosMobile> logs)