Interface EntityConnection.BatchInsert

Enclosing interface:
EntityConnection

public static interface EntityConnection.BatchInsert
Inserts entities in batches, performing a commit after each batchSize number of inserts, unless the destination connection has an open transaction.
See Also: