|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.openjpa.lib.jdbc.DelegatingConnection
org.apache.openjpa.jdbc.kernel.JDBCStoreManager.ClientConnection
public abstract static class JDBCStoreManager.ClientConnection
Connection returned to client code. Makes sure its wrapped connection ref count is decremented on finalize.
| Field Summary |
|---|
| Fields inherited from interface java.sql.Connection |
|---|
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE |
| Constructor Summary | |
|---|---|
JDBCStoreManager.ClientConnection(java.sql.Connection conn)
|
|
| Method Summary | |
|---|---|
void |
close()
|
protected void |
finalize()
|
| Methods inherited from class java.lang.Object |
|---|
clone, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.sql.Connection |
|---|
createArrayOf, createBlob, createClob, createNClob, createSQLXML, createStruct, getClientInfo, getClientInfo, isValid, setClientInfo, setClientInfo |
| Constructor Detail |
|---|
public JDBCStoreManager.ClientConnection(java.sql.Connection conn)
| Method Detail |
|---|
public void close()
throws java.sql.SQLException
close in interface java.sql.Connectionclose in interface Closeableclose in class DelegatingConnectionjava.sql.SQLException
protected void finalize()
throws java.sql.SQLException
finalize in class java.lang.Objectjava.sql.SQLException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||