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
|
Modifier and Type | Class and Description |
---|---|
class |
CachedCallableStatement
A cache wrapper for java.sql.CallableStatement
|
Modifier and Type | Method and Description |
---|---|
CachedPreparedStatement |
WrappedConnectionFactory.createCachedPreparedStatement(java.sql.PreparedStatement ps)
Create a cached prepared statement
|
CachedPreparedStatement |
PreparedStatementCache.get(PreparedStatementCache.Key key)
Get
|
Modifier and Type | Method and Description |
---|---|
void |
PreparedStatementCache.onEviction(CachedPreparedStatement evicted)
On eviction
|
void |
PreparedStatementCache.put(PreparedStatementCache.Key key,
CachedPreparedStatement value)
Put
|
Modifier and Type | Class and Description |
---|---|
class |
CachedCallableStatementJDK7
CachedCallableStatementJDK7.
|
class |
CachedPreparedStatementJDK7
CachedPreparedStatementJDK7.
|
Modifier and Type | Method and Description |
---|---|
CachedPreparedStatement |
WrappedConnectionFactoryJDK7.createCachedPreparedStatement(java.sql.PreparedStatement ps)
Create a cached prepared statement
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)