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.engine.jdbc.connections.internal |
Internals for accessing JDBC Connections
|
org.hibernate.engine.jdbc.connections.spi |
Defines contracts for accessing JDBC Connections
|
org.hibernate.envers.boot.internal | |
org.hibernate.jmx.internal |
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 |
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 |
EnversServiceImpl
Provides central access to Envers' configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
JmxServiceImpl
Standard implementation of JMX services
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.