此内容没有您所选择的语言版本。
10.8.4. Connection Factories
10.8.4.1. About Connection Factories 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
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.