| org.hibernate.boot |
This package contains the contracts that make up the Hibernate native
bootstrapping API (building a SessionFactory).
|
| org.hibernate.boot.cfgxml.internal |
|
| org.hibernate.boot.cfgxml.spi |
|
| org.hibernate.boot.internal |
|
| org.hibernate.boot.model |
|
| org.hibernate.boot.model.relational |
|
| org.hibernate.boot.registry |
Defines service registry contracts application are likely to want to utilize for
configuring Hibernate behavior.
|
| org.hibernate.boot.registry.classloading.internal |
The class loading service internals.
|
| org.hibernate.boot.registry.classloading.spi |
The class loading service SPI.
|
| org.hibernate.boot.registry.internal |
The internals for building service registries.
|
| org.hibernate.boot.registry.selector.internal |
Internals for building StrategySelector
|
| org.hibernate.boot.registry.selector.spi |
|
| org.hibernate.boot.spi |
|
| org.hibernate.bytecode.internal.bytebuddy |
Byte Buddy support internals
|
| org.hibernate.bytecode.internal.javassist |
Javassist support internals
|
| org.hibernate.bytecode.internal.none |
|
| org.hibernate.bytecode.spi |
Package defining bytecode code enhancement (instrumentation) support.
|
| org.hibernate.cache |
This package defines API of the Hibernate second level cache service.
|
| org.hibernate.cache.internal |
Internal implementations and support for second-level caching.
|
| 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.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
| org.hibernate.dialect |
This package abstracts the SQL dialect of the underlying database.
|
| org.hibernate.engine.config.internal |
Internal support for the configuration service implementation
|
| org.hibernate.engine.config.spi |
SPI Package for the configuration service.
|
| org.hibernate.engine.jdbc |
Support for various aspects of JDBC interaction
|
| org.hibernate.engine.jdbc.batch.internal |
Internals for JDBC batching support.
|
| org.hibernate.engine.jdbc.batch.spi |
Defines contracts for JDBC batching support.
|
| 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.engine.jdbc.cursor.internal |
Internals for JDBC REF_CURSOR support.
|
| org.hibernate.engine.jdbc.cursor.spi |
Defines contracts for JDBC REF_CURSOR support.
|
| org.hibernate.engine.jdbc.dialect.internal |
Internal support for Dialect resolution (from JDBC metadata) and Dialect building.
|
| org.hibernate.engine.jdbc.dialect.spi |
Contracts supporting Dialect resolution (from JDBC metadata) and Dialect building.
|
| org.hibernate.engine.jdbc.env.internal |
|
| org.hibernate.engine.jdbc.env.spi |
|
| org.hibernate.engine.jdbc.internal |
Internals for supporting various aspects of JDBC interaction
|
| org.hibernate.engine.jdbc.spi |
SPI contracts for supporting various aspects of JDBC interaction
|
| org.hibernate.engine.jndi.internal |
Internal contracts defining the JNDI support within Hibernate
|
| org.hibernate.engine.jndi.spi |
The SPI contracts for Hibernate JNDI support
|
| org.hibernate.engine.query.internal |
|
| org.hibernate.engine.query.spi |
Defines support for query plans and stored metadata about queries
|
| org.hibernate.engine.spi |
|
| org.hibernate.engine.transaction.jta.platform.internal |
|
| org.hibernate.engine.transaction.jta.platform.spi |
|
| org.hibernate.event.service.internal |
|
| org.hibernate.event.service.spi |
|
| org.hibernate.event.spi |
|
| org.hibernate.hikaricp.internal |
Implementation of ConnectionProvider using HikariCP.
|
| org.hibernate.hql.internal.ast |
An ANTLR-based parser for Hibernate Query Language.
|
| org.hibernate.hql.internal.classic |
This package contains the Hibernate 2.x query parser which
is being end-of-lifed.
|
| org.hibernate.hql.spi |
|
| org.hibernate.id |
This package contains internal implementation classes for the
main API interfaces.
|
| org.hibernate.id.enhanced |
Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified
configuration
|
| org.hibernate.id.factory.internal |
|
| org.hibernate.id.factory.spi |
|
| org.hibernate.integrator.internal |
|
| org.hibernate.integrator.spi |
|
| org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
| org.hibernate.jmx.internal |
|
| org.hibernate.jmx.spi |
|
| org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
| org.hibernate.persister.internal |
|
| org.hibernate.persister.spi |
|
| org.hibernate.property.access.internal |
|
| org.hibernate.property.access.spi |
Defines strategies for accessing the persistent properties of an entity or composite.
|
| org.hibernate.resource.beans.container.internal |
|
| org.hibernate.resource.beans.internal |
|
| org.hibernate.resource.beans.spi |
|
| org.hibernate.resource.jdbc.spi |
|
| org.hibernate.resource.transaction.backend.jdbc.internal |
|
| org.hibernate.resource.transaction.backend.jta.internal |
|
| org.hibernate.resource.transaction.spi |
Extended SPI contracts for the resource-level transaction capabilities of Hibernate.
|
| org.hibernate.secure.internal |
|
| org.hibernate.secure.spi |
|
| org.hibernate.service |
|
| org.hibernate.service.internal |
|
| org.hibernate.service.spi |
|
| org.hibernate.stat.internal |
|
| org.hibernate.stat.spi |
|
| org.hibernate.tool.hbm2ddl |
The hbm2ddl tool.
|
| org.hibernate.tool.schema.extract.internal |
|
| org.hibernate.tool.schema.extract.spi |
|
| org.hibernate.tool.schema.internal |
|
| org.hibernate.tool.schema.internal.exec |
|
| org.hibernate.tool.schema.spi |
|
| org.hibernate.type.spi |
|