public class ConnectionSources extends Object
ConnectionSource
Created by nickl on 09.01.17.| 限定符和类型 | 方法和说明 |
|---|---|
static ConnectionSource |
join(Connection connection)
A ConnectionSource that will wrap externally managed connection
with proxy that will omit
Connection.close() or Connection.commit() calls. |
public static ConnectionSource join(Connection connection)
Connection.close() or Connection.commit() calls.
This is useful to make Connection work with externally managed transactionsconnection - connection to wrapCopyright © 2021. All rights reserved.