接口 ChainUpdate<T>

所有超级接口:
ChainWrapper<T>
所有已知实现类:
LambdaUpdateChainWrapper, UpdateChainWrapper

public interface ChainUpdate<T> extends ChainWrapper<T>
具有更新方法的定义
从以下版本开始:
2018-12-19
作者:
miemie
  • 方法详细资料

    • update

      default boolean update()
      更新数据

      此方法无法进行自动填充,如需自动填充请使用update(Object)

      返回:
      是否成功
    • update

      default boolean update(T entity)
      更新数据
      参数:
      entity - 实体类(当entity为空时无法进行自动填充)
      返回:
      是否成功
    • remove

      default boolean remove()
      删除数据
      返回:
      是否成功