Uses of Class
org.jboss.jca.adapters.jdbc.PreparedStatementCache
-
Packages that use PreparedStatementCache Package Description org.jboss.jca.adapters.jdbc.statistics This package contains the statistics module for the JDBC adapter -
-
Uses of PreparedStatementCache in org.jboss.jca.adapters.jdbc.statistics
Methods in org.jboss.jca.adapters.jdbc.statistics with parameters of type PreparedStatementCache Modifier and Type Method Description voidJdbcStatisticsPlugin. deregisterPreparedStatementCache(PreparedStatementCache v)Deregister prepared statement cachevoidJdbcStatisticsPlugin. registerPreparedStatementCache(PreparedStatementCache v)Register prepared statement cache
-