Interface IIdentifiableDeleteDao

All Known Subinterfaces:
IIdentifiableDao<T>, IMonitorDao
All Known Implementing Classes:
ACRDDao, ACRUDDao, AIdenfiableDao, MonitorDao

public interface IIdentifiableDeleteDao
Interface representing a DAO that can perform get actions. This assumes that keys are long values.
Author:
ActiveViam
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    delete(long id)
    Deletes an element by its id.
  • Method Details Link icon

    • delete Link icon

      void delete(long id)
      Deletes an element by its id.