Package | Description |
---|---|
org.hibernate.boot.registry.classloading.internal | |
org.hibernate.boot.registry.classloading.spi |
The class loading service SPI.
|
org.hibernate.cache.spi |
Defines the integration aspect of Hibernate's second-level
caching allowing "caching back ends" to be plugged in as
a caching provider.
|
org.hibernate.cache.spi.support |
Package intended for simplifying the worked needed to implement
a caching provider.
|
org.hibernate.engine.jdbc.connections.internal | |
org.hibernate.engine.jdbc.connections.spi |
Defines contracts for accessing JDBC Connections
|
org.hibernate.osgi |
Main OSGi support classes
|
org.hibernate.resource.beans.container.spi | |
org.hibernate.testing.boot | |
org.hibernate.testing.cache | |
org.hibernate.testing.jdbc | |
org.hibernate.testing.jta |
Modifier and Type | Class and Description |
---|---|
class |
org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
ClassLoaderService
A service for interacting with class loaders.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RegionFactory
Contract for building second level cache regions.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRegionFactory |
Modifier and Type | Class and Description |
---|---|
class |
RegionFactoryTemplate |
Modifier and Type | Class and Description |
---|---|
class |
org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl |
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 |
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 | Interface and Description |
---|---|
interface |
BeanContainer
Represents a backend "bean container" - CDI, Spring, etc
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCdiBeanContainer |
Modifier and Type | Class and Description |
---|---|
class |
ClassLoaderServiceTestingImpl |
Modifier and Type | Class and Description |
---|---|
class |
CachingRegionFactory |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionProviderDelegate
This
ConnectionProvider extends any other ConnectionProvider
that would be used by default taken the current configuration properties. |
class |
SharedDriverManagerConnectionProviderImpl
A special connection provider that is shared across test runs for better performance.
|
class |
SQLServerSnapshotIsolationConnectionProvider
This
ConnectionProvider extends any other ConnectionProvider that would be used by default taken the current configuration properties, and it
just sets the READ_COMMITTED_SNAPSHOT isolation level for SQL Server. |
Modifier and Type | Class and Description |
---|---|
class |
JtaAwareConnectionProviderImpl
A
ConnectionProvider implementation intended for testing Hibernate/JTA interaction. |
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.