Class AbstractMultiRowInsertModel.AbstractBuilder<T,S extends AbstractMultiRowInsertModel.AbstractBuilder<T,S>>

java.lang.Object
org.mybatis.dynamic.sql.insert.AbstractMultiRowInsertModel.AbstractBuilder<T,S>
Direct Known Subclasses:
BatchInsertModel.Builder, MultiRowInsertModel.Builder
Enclosing class:
AbstractMultiRowInsertModel<T>

public abstract static class AbstractMultiRowInsertModel.AbstractBuilder<T,S extends AbstractMultiRowInsertModel.AbstractBuilder<T,S>> extends Object
  • Constructor Details

    • AbstractBuilder

      public AbstractBuilder()
  • Method Details

    • withTable

      public S withTable(SqlTable table)
    • withRecords

      public S withRecords(Collection<T> records)
    • withColumnMappings

      public S withColumnMappings(List<AbstractColumnMapping> columnMappings)
    • getThis

      protected abstract S getThis()