Class BatchInsertUtility.RowHolder<T>

java.lang.Object
org.mybatis.dynamic.sql.util.spring.BatchInsertUtility.RowHolder<T>
Enclosing class:
BatchInsertUtility

public static class BatchInsertUtility.RowHolder<T> extends Object
  • Constructor Details

    • RowHolder

      public RowHolder(T row)
  • Method Details

    • getRow

      public T getRow()