Modifier and Type | Class and Description |
---|---|
class |
InjectedDataSourceConnectionProvider
A specialization of
DatasourceConnectionProviderImpl which uses the DataSource specified vi
InjectedDataSourceConnectionProvider.setDataSource(javax.sql.DataSource) rather than locating it from JNDI. |
Modifier and Type | Class and Description |
---|---|
class |
C3P0ConnectionProvider
A connection provider that uses a C3P0 connection pool.
|
class |
DatasourceConnectionProviderImpl
A
ConnectionProvider that manages connections from an underlying DataSource . |
class |
DriverManagerConnectionProviderImpl
A connection provider that uses the
DriverManager directly to open connections and provides
a very rudimentary connection pool. |
Modifier and Type | Class and Description |
---|---|
class |
DataSourceBasedMultiTenantConnectionProviderImpl
A concrete implementation of the
MultiTenantConnectionProvider contract bases on a number of
reasonable assumptions. |
Modifier and Type | Class and Description |
---|---|
class |
JmxServiceImpl
Standard implementation of JMX services
|
Modifier and Type | Class and Description |
---|---|
class |
JtaAwareConnectionProviderImpl
A
DataSource implementation intended for testing Hibernate/JTA interaction. |
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.