Uses of Class
org.jboss.jca.adapters.jdbc.PreparedStatementCache.Key
-
Packages that use PreparedStatementCache.Key Package Description org.jboss.jca.adapters.jdbc The JDBC resource adapter with pooling support -
-
Uses of PreparedStatementCache.Key in org.jboss.jca.adapters.jdbc
Methods in org.jboss.jca.adapters.jdbc with parameters of type PreparedStatementCache.Key Modifier and Type Method Description CachedPreparedStatementPreparedStatementCache. get(PreparedStatementCache.Key key)GetvoidPreparedStatementCache. put(PreparedStatementCache.Key key, CachedPreparedStatement value)Put
-