See: Description
| Class | Description |
|---|---|
| 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.
|
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.