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 filesSupport 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
ResultSet
s 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.
-
Uses of SubSystemLogging in org.hibernate.boot
Classes in org.hibernate.boot with annotations of type SubSystemLoggingModifier and TypeInterfaceDescriptioninterface
Logging related to Hibernate bootstrapping -
Uses of SubSystemLogging in org.hibernate.boot.jaxb
Classes in org.hibernate.boot.jaxb with annotations of type SubSystemLogging -
Uses of SubSystemLogging in org.hibernate.boot.query
Classes in org.hibernate.boot.query with annotations of type SubSystemLogging -
Uses of SubSystemLogging in org.hibernate.bytecode
Classes in org.hibernate.bytecode with annotations of type SubSystemLogging -
Uses of SubSystemLogging in org.hibernate.bytecode.enhance.spi.interceptor
Classes in org.hibernate.bytecode.enhance.spi.interceptor with annotations of type SubSystemLoggingModifier and TypeInterfaceDescriptioninterface
Logging related to bytecode enhancement interceptors -
Uses of SubSystemLogging in org.hibernate.c3p0.internal
Classes in org.hibernate.c3p0.internal with annotations of type SubSystemLoggingModifier and TypeInterfaceDescriptioninterface
The jboss-loggingMessageLogger
for the hibernate-c3p0 module. -
Uses of SubSystemLogging in org.hibernate.cache.spi
Classes in org.hibernate.cache.spi with annotations of type SubSystemLogging -
Uses of SubSystemLogging in org.hibernate.dialect
Classes in org.hibernate.dialect with annotations of type SubSystemLoggingModifier and TypeInterfaceDescriptioninterface
Logging related to Hibernate dialects -
Uses of SubSystemLogging in org.hibernate.engine.jdbc
Classes in org.hibernate.engine.jdbc with annotations of type SubSystemLoggingModifier and TypeInterfaceDescriptioninterface
Sub-system logging related to JDBC interactions -
Uses of SubSystemLogging in org.hibernate.engine.jdbc.batch
Classes in org.hibernate.engine.jdbc.batch with annotations of type SubSystemLoggingModifier and TypeInterfaceDescriptioninterface
Sub-system logging related to JDBC batch execution -
Uses of SubSystemLogging in org.hibernate.engine.jdbc.env.internal
Classes in org.hibernate.engine.jdbc.env.internal with annotations of type SubSystemLogging -
Uses of SubSystemLogging in org.hibernate.envers.boot
Classes in org.hibernate.envers.boot with annotations of type SubSystemLogging -
Uses of SubSystemLogging in org.hibernate.graph.internal
Classes in org.hibernate.graph.internal with annotations of type SubSystemLogging -
Uses of SubSystemLogging in org.hibernate.internal
Classes in org.hibernate.internal with annotations of type SubSystemLogging -
Uses of SubSystemLogging in org.hibernate.internal.log
Classes in org.hibernate.internal.log with annotations of type SubSystemLoggingModifier and TypeInterfaceDescriptioninterface
interface
interface
Class to consolidate logging about usage of deprecated features.interface
Acts as theMessageLogger
andMessageBundle
for messages related to processing URLs. -
Uses of SubSystemLogging in org.hibernate.loader
Classes in org.hibernate.loader with annotations of type SubSystemLogging -
Uses of SubSystemLogging in org.hibernate.loader.ast.internal
Classes in org.hibernate.loader.ast.internal with annotations of type SubSystemLoggingModifier and TypeInterfaceDescriptioninterface
Logging related to loading a loadable by multiple "keys". -
Uses of SubSystemLogging in org.hibernate.metamodel.mapping
Classes in org.hibernate.metamodel.mapping with annotations of type SubSystemLoggingModifier and TypeInterfaceDescriptioninterface
Logger used during mapping-model creationinterface
Logging related to natural-id operations -
Uses of SubSystemLogging in org.hibernate.query
Classes in org.hibernate.query with annotations of type SubSystemLogging -
Uses of SubSystemLogging in org.hibernate.query.hql
Classes in org.hibernate.query.hql with annotations of type SubSystemLogging -
Uses of SubSystemLogging in org.hibernate.query.sqm.mutation.internal
Classes in org.hibernate.query.sqm.mutation.internal with annotations of type SubSystemLogging -
Uses of SubSystemLogging in org.hibernate.resource.beans.internal
Classes in org.hibernate.resource.beans.internal with annotations of type SubSystemLogging -
Uses of SubSystemLogging in org.hibernate.spatial
Classes in org.hibernate.spatial with annotations of type SubSystemLoggingModifier and TypeInterfaceDescriptioninterface
The logger interface for the Hibernate Spatial module. -
Uses of SubSystemLogging in org.hibernate.sql.ast
Classes in org.hibernate.sql.ast with annotations of type SubSystemLogging -
Uses of SubSystemLogging in org.hibernate.sql.ast.tree
Classes in org.hibernate.sql.ast.tree with annotations of type SubSystemLoggingModifier and TypeInterfaceDescriptioninterface
Dedicated logger for rendering a SQL AST -
Uses of SubSystemLogging in org.hibernate.sql.exec
Classes in org.hibernate.sql.exec with annotations of type SubSystemLogging -
Uses of SubSystemLogging in org.hibernate.sql.model
Classes in org.hibernate.sql.model with annotations of type SubSystemLoggingModifier and TypeClassDescriptionfinal class
Logging related to entity and collection mutations stemming from persistence-context events -
Uses of SubSystemLogging in org.hibernate.sql.results
Classes in org.hibernate.sql.results with annotations of type SubSystemLogging -
Uses of SubSystemLogging in org.hibernate.sql.results.graph.collection
Classes in org.hibernate.sql.results.graph.collection with annotations of type SubSystemLogging -
Uses of SubSystemLogging in org.hibernate.sql.results.graph.embeddable
Classes in org.hibernate.sql.results.graph.embeddable with annotations of type SubSystemLogging -
Uses of SubSystemLogging in org.hibernate.sql.results.graph.entity
Classes in org.hibernate.sql.results.graph.entity with annotations of type SubSystemLogging -
Uses of SubSystemLogging in org.hibernate.type.descriptor
Classes in org.hibernate.type.descriptor with annotations of type SubSystemLoggingModifier and TypeInterfaceDescriptioninterface
interface