Class ReadOnlySQLProcessor

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

public class ReadOnlySQLProcessor extends SQLProcessor
A version of SQLProcessor will only issue read only SELECT sql and will never touch the connections autocommit status or call commit() on the connection

It will be created with SQLProcessor.CommitMode.READONLY

This class is used to "clearly document" the mode the SQLProcessor is in

  • Constructor Details

    • ReadOnlySQLProcessor

      public ReadOnlySQLProcessor(String helperName)