10.8.4. Connection Factories
10.8.4.1. About Connection Factories Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
In JBoss Data Grid, all JDBC cache loaders rely on a
ConnectionFactory implementation to obtain a database connection. This process is also known as connection management or pooling.
A connection factory can be specified using the
ConnectionFactoryClass configuration attribute. JBoss Data Grid includes the following ConnectionFactory implementations:
- ManagedConnectionFactory
- SimpleConnectionFactory.