Class PreparedStatementCache

java.lang.Object
org.jboss.jca.adapters.jdbc.PreparedStatementCache
All Implemented Interfaces:
CacheListener<CachedPreparedStatement>

public class PreparedStatementCache extends Object implements CacheListener<CachedPreparedStatement>
Cache for PreparedStatements. When ps ages out, close it.
Author:
Jesper Pedersen