Class NoopSQLInterceptorFactory
java.lang.Object
org.ofbiz.core.entity.jdbc.interceptors.NoopSQLInterceptorFactory
- All Implemented Interfaces:
SQLInterceptorFactory
A NO-OP implementation of
SQLInterceptorFactory-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionnewSQLInterceptor(String ofbizHelperName) This is called to generate a newSQLInterceptorready to be called back when SQL statements are executed.
-
Field Details
-
NOOP_INTERCEPTOR_FACTORY
-
NOOP_INTERCEPTOR
-
-
Method Details
-
newSQLInterceptor
Description copied from interface:SQLInterceptorFactoryThis is called to generate a newSQLInterceptorready to be called back when SQL statements are executed.- Specified by:
newSQLInterceptorin interfaceSQLInterceptorFactory- Parameters:
ofbizHelperName- the name of the OFBIZ entity helper eg a namedGenericHelper- Returns:
- an SQLInterceptor to use. If null is returned, then no interception is possible.
-