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 |
---|---|
CachedCallableStatement |
WrappedConnectionFactory.createCachedCallableStatement(CallableStatement cs)
Create a cached callable statement
|
Modifier and Type | Class and Description |
---|---|
class |
CachedCallableStatementJDK7
CachedCallableStatementJDK7.
|
Modifier and Type | Method and Description |
---|---|
CachedCallableStatement |
WrappedConnectionFactoryJDK7.createCachedCallableStatement(CallableStatement cs)
Create a cached callable statement
|
Modifier and Type | Class and Description |
---|---|
class |
CachedCallableStatementJDK8
CachedCallableStatementJDK8
|
Modifier and Type | Method and Description |
---|---|
CachedCallableStatement |
WrappedConnectionFactoryJDK8.createCachedCallableStatement(CallableStatement cs)
Create a cached callable statement
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.