| Package | Description | 
|---|---|
| org.hibernate.boot.registry.classloading.internal | 
 The class loading service internals. 
 | 
| org.hibernate.boot.registry.classloading.spi | 
 The class loading service SPI. 
 | 
| org.hibernate.c3p0.internal | 
 Implementation of ConnectionProvider using the c3p0 Connection pool. 
 | 
| org.hibernate.engine.jdbc.connections.internal | 
 Internals for accessing JDBC Connections 
 | 
| org.hibernate.engine.jdbc.connections.spi | 
 Defines contracts for accessing JDBC Connections 
 | 
| org.hibernate.hikaricp.internal | 
 Implementation of ConnectionProvider using HikariCP. 
 | 
| org.hibernate.jmx.internal | |
| org.hibernate.osgi | 
 Main OSGi support classes 
 | 
| org.hibernate.proxool.internal | 
 Implementation of ConnectionProvider using the proxool Connection pool. 
 | 
| org.hibernate.testing.jta | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ClassLoaderServiceImpl
Standard implementation of the service for interacting with class loaders 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ClassLoaderService
A service for interacting with class loaders. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
C3P0ConnectionProvider
A connection provider that uses a C3P0 connection pool. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
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  | 
HikariCPConnectionProvider
HikariCP Connection provider for Hibernate. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JmxServiceImpl
Standard implementation of JMX services 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
OsgiClassLoader
Custom OSGI ClassLoader helper which knows all the "interesting"
 class loaders and bundles. 
 | 
class  | 
OSGiClassLoaderServiceImpl
The ClassLoaderService that should be used when running in OSGi;
 this helps for example to load the Services correctly. 
 | 
class  | 
OsgiServiceUtil
Utilities for dealing with OSGi environments 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ProxoolConnectionProvider
A connection provider that uses a Proxool connection pool. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JtaAwareConnectionProviderImpl
A  
DataSource implementation intended for testing Hibernate/JTA interaction. | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.