public class NonClosingDelegatingConnection
extends org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
This connection wrapper should only ever be used in the scope of an ao transaction.
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE| Constructor and Description |
|---|
NonClosingDelegatingConnection(Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
abort, clearWarnings, commit, createArrayOf, createBlob, createClob, createNClob, createSQLXML, createStatement, createStatement, createStatement, createStruct, getAutoCommit, getCatalog, getClientInfo, getClientInfo, getHoldability, getMetaData, getNetworkTimeout, getSchema, getTransactionIsolation, getTypeMap, getWarnings, isClosed, isReadOnly, isValid, isWrapperFor, nativeSQL, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, rollback, rollback, setAutoCommit, setCatalog, setClientInfo, setClientInfo, setHoldability, setNetworkTimeout, setReadOnly, setSavepoint, setSavepoint, setSchema, setTransactionIsolation, setTypeMap, unwrappublic NonClosingDelegatingConnection(Connection connection)
public void close()
throws SQLException
close in interface AutoCloseableclose in interface Connectionclose in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnectionSQLExceptionCopyright © 2002-2018 Atlassian. All Rights Reserved.