Class ParameterVisitorBatchDAO

  • All Implemented Interfaces:
    ExtractedParameterValueVisitor, AutoCloseable

    public class ParameterVisitorBatchDAO
    extends Object
    implements ExtractedParameterValueVisitor, AutoCloseable
    Batch insert into the parameter values tables. Avoids having to create one stored procedure per resource type, because the row type array approach apparently won't work with dynamic SQL (EXECUTE ... USING ...). Unfortunately this means we have more database round-trips, we don't have a choice.