Class ExplcitCommitSQLProcessor

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

@Deprecated public class ExplcitCommitSQLProcessor extends SQLProcessor
Deprecated.
use ExplicitCommitSQLProcessor instead (fixes typo in name). Since v1.0.41.
This version of the SQLProcessor that takes sets autocommit to false on its connection and then calls commit on that connection when it is closed. It will be created with SQLProcessor.CommitMode.EXPLICIT_COMMIT This class is used to "clearly document" the mode the SQLProcessor is in
  • Constructor Details

    • ExplcitCommitSQLProcessor

      public ExplcitCommitSQLProcessor(String helperName)
      Deprecated.