类 NonBatchingBatch

  • 所有已实现的接口:
    Batch

    public class NonBatchingBatch
    extends AbstractBatchImpl
    An implementation of Batch which does not perform batching. It simply executes each statement as it is encountered.
    作者:
    Steve Ebersole
    • 方法详细资料

      • addToBatch

        public void addToBatch()
        从接口复制的说明: Batch
        Indicates completion of the current part of the batch.
      • doExecuteBatch

        protected void doExecuteBatch()
        从类复制的说明: AbstractBatchImpl
        Perform batch execution..

        This is called from the explicit execution, but may also be called from elsewhere depending on the exact implementation.

        指定者:
        doExecuteBatch 在类中 AbstractBatchImpl