Package org.infinispan.loaders.jdbc.connectionfactory

Connection factories for use with the JDBC Cache Store.

See:
          Description

Class Summary
ConnectionFactory Defines the functionality a connection factory should implement.
ConnectionFactoryConfig Contains configuration elements for a ConnectionFactory.
ManagedConnectionFactory Connection factory that can be used when on managed environments, like application servers.
PooledConnectionFactory Pooled connection factory based on C3P0.
SimpleConnectionFactory Connection factory implementation that will create database connection on a per invocation basis.
 

Package org.infinispan.loaders.jdbc.connectionfactory Description

Connection factories for use with the JDBC Cache Store. Simple connection factories delegate to a data source if used within a Java EE environment, otherwise C3P0 pooling is used if outside of a Java EE environment.


Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.