Class DBBatchSaver<T>


  • public final class DBBatchSaver<T>
    extends Object
    Saves a batch of rows into a database table. Not developed yet.
    Author:
    Leonid Bushuev from JetBrains
    • Method Detail

      • processBatch

        public void processBatch​(@NotNull
                                 DBFunctions dbf,
                                 @NotNull
                                 Iterator<T> dataIterator)