Package | Description |
---|---|
org.jboss.jca.adapters.jdbc |
The JDBC resource adapter with pooling support
|
org.jboss.jca.adapters.jdbc.jdk7 |
This package contains the JDBC 4.1 extension
|
org.jboss.jca.adapters.jdbc.jdk8 |
This package contains the JDBC 4.2 extension
|
Modifier and Type | Method and Description |
---|---|
WrappedConnection |
WrappedConnectionFactory.createWrappedConnection(BaseWrapperManagedConnection mc,
boolean spy,
String jndiName,
boolean doLocking,
ClassLoaderPlugin clp)
Create a wrapped connection
|
Constructor and Description |
---|
WrappedCallableStatement(WrappedConnection lc,
CallableStatement cs,
boolean spy,
String jndiName,
boolean doLocking)
Constructor
|
WrappedPreparedStatement(WrappedConnection lc,
PreparedStatement ps,
boolean spy,
String jndiName,
boolean doLocking)
Constructor
|
WrappedPreparedStatement(WrappedConnection lc,
PreparedStatement ps,
boolean spy,
String jndiName,
boolean doLocking,
String spyLoggingCategory)
Constructor
|
WrappedStatement(WrappedConnection lc,
Statement s,
boolean spy,
String jndiName,
boolean doLocking)
Constructor
|
WrappedStatement(WrappedConnection lc,
Statement s,
boolean spy,
String jndiName,
boolean doLocking,
String spyLoggingCategory)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
WrappedConnectionJDK7
WrappedConnectionJDK7.
|
Modifier and Type | Method and Description |
---|---|
WrappedConnection |
WrappedConnectionFactoryJDK7.createWrappedConnection(BaseWrapperManagedConnection mc,
boolean spy,
String jndiName,
boolean doLocking,
ClassLoaderPlugin clp)
Wrap connection
|
Modifier and Type | Class and Description |
---|---|
class |
WrappedConnectionJDK8
WrappedConnectionJDK8.
|
Modifier and Type | Method and Description |
---|---|
WrappedConnection |
WrappedConnectionFactoryJDK8.createWrappedConnection(BaseWrapperManagedConnection mc,
boolean spy,
String jndiName,
boolean doLocking,
ClassLoaderPlugin clp)
Wrap connection
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.