Uses of Interface
org.ofbiz.core.entity.jdbc.interceptors.SQLInterceptor
Packages that use SQLInterceptor
Package
Description
-
Uses of SQLInterceptor in org.ofbiz.core.entity.jdbc
Methods in org.ofbiz.core.entity.jdbc that return SQLInterceptorModifier and TypeMethodDescriptionstatic SQLInterceptorSQLInterceptorSupport.getNonNullSQLInterceptor(String ofbizHelperName) This will return a NON NULL SQLInterceptor. -
Uses of SQLInterceptor in org.ofbiz.core.entity.jdbc.interceptors
Fields in org.ofbiz.core.entity.jdbc.interceptors declared as SQLInterceptorModifier and TypeFieldDescriptionstatic final SQLInterceptorNoopSQLInterceptorFactory.NOOP_INTERCEPTORMethods in org.ofbiz.core.entity.jdbc.interceptors that return SQLInterceptorModifier and TypeMethodDescriptionNoopSQLInterceptorFactory.newSQLInterceptor(String ofbizHelperName) SQLInterceptorFactory.newSQLInterceptor(String ofbizHelperName) This is called to generate a newSQLInterceptorready to be called back when SQL statements are executed. -
Uses of SQLInterceptor in org.ofbiz.core.entity.jdbc.interceptors.connection
Subinterfaces of SQLInterceptor in org.ofbiz.core.entity.jdbc.interceptors.connectionModifier and TypeInterfaceDescriptioninterfaceAn interceptor that knows about when connections are taken from the underlying connection poolClasses in org.ofbiz.core.entity.jdbc.interceptors.connection that implement SQLInterceptorModifier and TypeClassDescriptionclassWraps aSQLConnectionInterceptorsuch that the callbacks are guaranteed not to throw runtime exceptions or linkage errors.Methods in org.ofbiz.core.entity.jdbc.interceptors.connection that return SQLInterceptor