Class PassThruSQLProcessor

java.lang.Object
org.ofbiz.core.entity.jdbc.SQLProcessor
org.ofbiz.core.entity.jdbc.PassThruSQLProcessor

public class PassThruSQLProcessor extends SQLProcessor
This version of the SQLProcessor that takes a connection on construction and does not participate in committing on close. It will be created with SQLProcessor.CommitMode.NOT_INVOLVED This class is used to "clearly document" the mode the SQLProcessor is in
  • Constructor Details

    • PassThruSQLProcessor

      public PassThruSQLProcessor(String helperName, Connection connection)