Package org.infinispan.persistence.jdbc.connectionfactory
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.
-
Interface Summary Interface Description ConnectionPool A simple interface that must be implemented by ConnectionPool wrapper classes. -
Class Summary Class Description C3P0ConnectionPool Deprecated. Support for the C3P0 connection pool will be removed in 10.0ConnectionFactory Defines the functionality a connection factory should implement.ConnectionFactoryConfig Contains configuration elements for aConnectionFactory
.HikariConnectionPool ManagedConnectionFactory Connection factory that can be used when on managed environments, like application servers.PooledConnectionFactory Pooled connection factory that uses HikariCP by default.SimpleConnectionFactory Connection factory implementation that will create database connection on a per invocation basis.