接口 BaseDelegator<T>


public interface BaseDelegator<T>
数据持久层基类
  • 方法概要

    修饰符和类型
    方法
    说明
    boolean
    create(T entity)
     
    boolean
     
     
    boolean
    update(T entity)
     
  • 方法详细资料

    • detail

      T detail(Long id)
    • delete

      boolean delete(Long id)
    • update

      boolean update(T entity)
    • create

      boolean create(T entity)