mirror of https://github.com/apache/openjpa.git
OPENJPA-1079: Allow connection to be accessed by the client
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@773284 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
83bb518d7c
commit
3213665811
|
@ -1416,7 +1416,7 @@ public class JDBCStoreManager
|
||||||
* Connection returned to client code. Makes sure its wrapped connection
|
* Connection returned to client code. Makes sure its wrapped connection
|
||||||
* ref count is decremented on finalize.
|
* ref count is decremented on finalize.
|
||||||
*/
|
*/
|
||||||
protected abstract static class ClientConnection extends
|
public abstract static class ClientConnection extends
|
||||||
DelegatingConnection {
|
DelegatingConnection {
|
||||||
|
|
||||||
private boolean _closed = false;
|
private boolean _closed = false;
|
||||||
|
|
Loading…
Reference in New Issue