public interface ConnectionWrapperFactory
Modifier and Type | Field and Description |
---|---|
static ConnectionWrapperFactory |
soleInstance
The singleton instance of a ConnectionWrapperFactory
|
Modifier and Type | Method and Description |
---|---|
ConnectionWrapper |
createConnectionWrapper(java.sql.Connection connection)
Create a connection wrapper based on the provided Connection instance.
|
ConnectionWrapper |
createPassiveConnectionWrapper(java.sql.Connection connection)
Create a connection wrapper based on the provided Connection instance.
|
static final ConnectionWrapperFactory soleInstance
ConnectionWrapper createConnectionWrapper(java.sql.Connection connection)
connection
- ConnectionWrapper createPassiveConnectionWrapper(java.sql.Connection connection)
connection
-