| Package | Description |
|---|---|
| org.ofbiz.core.entity.jdbc | |
| org.ofbiz.core.entity.jdbc.interceptors | |
| org.ofbiz.core.entity.jdbc.interceptors.connection |
| Modifier and Type | Method and Description |
|---|---|
static SQLInterceptor |
SQLInterceptorSupport.getNonNullSQLInterceptor(String ofbizHelperName)
This will return a NON NULL SQLInterceptor.
|
| Modifier and Type | Field and Description |
|---|---|
static SQLInterceptor |
NoopSQLInterceptorFactory.NOOP_INTERCEPTOR |
| Modifier and Type | Method and Description |
|---|---|
SQLInterceptor |
NoopSQLInterceptorFactory.newSQLInterceptor(String ofbizHelperName) |
SQLInterceptor |
SQLInterceptorFactory.newSQLInterceptor(String ofbizHelperName)
This is called to generate a new
SQLInterceptor ready to be called back when SQL statements are executed. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SQLConnectionInterceptor
An interceptor that knows about when connections are taken from the underlying connection pool
|
| Modifier and Type | Class and Description |
|---|---|
class |
SafeDelegatingSqlConnectionInterceptor
Wraps a
SQLConnectionInterceptor such that the callbacks are guaranteed not to throw
runtime exceptions or linkage errors. |
| Modifier and Type | Method and Description |
|---|---|
SQLInterceptor |
ConnectionWithSQLInterceptor.getNonNullSQLInterceptor() |
Copyright © 2016 Atlassian. All rights reserved.