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

    • Constructor Detail

      • AbstractBuilder

        public AbstractBuilder()
    • Method Detail

      • withTable

        public S withTable​(SqlTable table)
      • withRecords

        public S withRecords​(Collection<T> records)
      • getThis

        protected abstract S getThis()