Provides a utility class for easy ConnectionFactory access,
a PlatformTransactionManager for local CCI transactions,
and various simple ConnectionFactory proxies/adapters.
org.springframework.transaction.PlatformTransactionManager implementation
that manages local transactions for a single CCI ConnectionFactory.
Binds a CCI Connection from the specified ConnectionFactory to the thread,
potentially allowing for one thread-bound Connection per ConnectionFactory.
An adapter for a target CCI
javax.resource.cci.ConnectionFactory ,
applying the given ConnectionSpec to every standard getConnection()
call, that is, implicitly invoking getConnection(ConnectionSpec)
on the target.