이 콘텐츠는 선택한 언어로 제공되지 않습니다.
13.4. Connection Factories
13.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.