Uses of Annotation Interface
org.hibernate.internal.log.SubSystemLogging

Packages that use SubSystemLogging
Package
Description
This package contains the interfaces that make up the bootstrap API for Hibernate.
JAXB support for orm.xml and hbm.xml mapping files
Support for handling named queries during the bootstrap process.
This package defines an SPI for integrating bytecode libraries with Hibernate.
Support for bytecode interceptor implementations.
Implementation of ConnectionProvider using the c3p0 Connection pool.
Defines the integration aspect of Hibernate's second-level caching, allowing a "caching backend" to be plugged in as a cache provider.
This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.
Support for various aspects of JDBC interaction.
Support for JDBC statement batching.
 
 
 
An internal package containing implementations of central Hibernate APIs, mostly defined in org.hibernate.
 
This package defines functionality for processing JDBC result sets and returning complex graphs of persistent objects.
 
Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).
Everything related to HQL/JPQL, native SQL, and criteria queries.
Package defining support for HQL, including JPQL as a subset of HQL.
 
 
 
Package defining a SQL AST for use in generation of SQL.
Package defining the SQL AST.
Support for execution of SQL statements via JDBC.
Package contains specialized SQL AST nodes and builders for table mutations of model parts originating from normal persistence-context events.
Package for processing JDBC ResultSets into hydrated domain model graphs based on a "load plan" defined by a "domain result graph", that is, one or more DomainResult nodes with zero or more Fetch nodes.
 
 
 
Contracts for reading and writing values to and from JDBC.