Class SQLInterceptorSupport

java.lang.Object
org.ofbiz.core.entity.jdbc.SQLInterceptorSupport

public class SQLInterceptorSupport extends Object
This will read "ofbiz-database.properties" and look for a "sqlinterceptor.factory.class" key. It will then try and instantiate a SQLInterceptorFactory from this class name.

If all this fails it will use a NO-OP interceptor factory and hence do nothing.