Interface UpdateDao<T>

All Known Subinterfaces:
CrudDao<T,K>

public interface UpdateDao<T>
  • Method Summary

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

    • update

      void update(T entity)