Interface Batch

    • Method Detail

      • getKey

        BatchKey getKey()
        Retrieves the object being used to key (uniquely identify) this batch.
        Returns:
        The batch key.
      • addObserver

        void addObserver​(BatchObserver observer)
        Adds an observer to this batch.
        Parameters:
        observer - The batch observer.
      • addToBatch

        void addToBatch​(JdbcValueBindings jdbcValueBindings,
                        TableInclusionChecker inclusionChecker)
        Apply the value bindings to the batch JDBC statements and indicates completion of the current part of the batch.
      • execute

        void execute()
        Execute this batch.
      • release

        void release()
        Used to indicate that the batch instance is no longer needed and that, therefore, it can release its resources.