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

    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractBuilder()  
    • Method Summary

      Modifier and Type Method Description
      protected abstract S getThis()  
      S withColumnMappings​(java.util.List<InsertMapping> columnMappings)  
      S withRecords​(java.util.Collection<T> records)  
      S withTable​(SqlTable table)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractBuilder

        public AbstractBuilder()
    • Method Detail

      • withTable

        public S withTable​(SqlTable table)
      • withRecords

        public S withRecords​(java.util.Collection<T> records)
      • withColumnMappings

        public S withColumnMappings​(java.util.List<InsertMapping> columnMappings)
      • getThis

        protected abstract S getThis()