Package org.mybatis.dynamic.sql.insert
Class BatchInsertDSL.IntoGatherer<T>
- java.lang.Object
-
- org.mybatis.dynamic.sql.insert.BatchInsertDSL.IntoGatherer<T>
-
- Enclosing class:
- BatchInsertDSL<T>
public static class BatchInsertDSL.IntoGatherer<T> extends java.lang.Object
-
-
Method Summary
Modifier and Type Method Description BatchInsertDSL<T>
into(SqlTable table)
-
-
-
Method Detail
-
into
public BatchInsertDSL<T> into(SqlTable table)
-
-