Package com.feedzai.commons.sql.abstraction.batch
Contains a batch to periodically flushes to the database.
-
Class Summary Class Description AbstractBatch A Batch that periodically flushes pending insertions to the database.BatchEntry Represents a batch entry that contains the data of the entry and the table name.DefaultBatch The default batch implementation.