public class NoopSQLInterceptorFactory extends Object implements SQLInterceptorFactory
SQLInterceptorFactory| Modifier and Type | Field and Description |
|---|---|
static SQLInterceptor |
NOOP_INTERCEPTOR |
static SQLInterceptorFactory |
NOOP_INTERCEPTOR_FACTORY |
| Modifier and Type | Method and Description |
|---|---|
SQLInterceptor |
newSQLInterceptor(String ofbizHelperName)
This is called to generate a new
SQLInterceptor ready to be called back when SQL statements are executed. |
public static final SQLInterceptorFactory NOOP_INTERCEPTOR_FACTORY
public static final SQLInterceptor NOOP_INTERCEPTOR
public SQLInterceptor newSQLInterceptor(String ofbizHelperName)
SQLInterceptorFactorySQLInterceptor ready to be called back when SQL statements are executed.newSQLInterceptor in interface SQLInterceptorFactoryofbizHelperName - the name of the OFBIZ entity helper eg a named GenericHelperCopyright © 2016 Atlassian. All rights reserved.