Interface DeletionDao<T>

All Known Subinterfaces:
CrudDao<T,K>

public interface DeletionDao<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    delete(T entity)
     
  • Method Details

    • delete

      void delete(T entity)