See: Description
| Interface | Description | 
|---|---|
| ConnectionProvider | 
 A contract for obtaining JDBC connections. 
 | 
| MultiTenantConnectionProvider | 
 A specialized Connection provider contract used when the application is using multi-tenancy support requiring
 tenant aware connections. 
 | 
| Class | Description | 
|---|---|
| AbstractDataSourceBasedMultiTenantConnectionProviderImpl | 
 Basic support for implementations of  
MultiTenantConnectionProvider based on DataSources. | 
| AbstractMultiTenantConnectionProvider | 
 Basic support for  
MultiTenantConnectionProvider implementations using
 individual ConnectionProvider instances per tenant behind the scenes. | 
| DataSourceBasedMultiTenantConnectionProviderImpl | 
 A concrete implementation of the  
MultiTenantConnectionProvider contract bases on a number of
 reasonable assumptions. | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.