程序包 gu.sql2java

接口 TableManager.DoEach<B>

封闭接口:
TableManager<B extends BaseBean>

public static interface TableManager.DoEach<B>
interface for iterate
  • 方法概要

    修饰符和类型
    方法
    说明
    boolean
    doEach(B bean)
    do action for bean
    NOTE:
    DO NOT run deletion operation in the method
  • 方法详细资料

    • doEach

      boolean doEach(B bean) throws Exception
      do action for bean
      NOTE:
      DO NOT run deletion operation in the method
      参数:
      bean -
      返回:
      remove the row if true
      抛出:
      Exception