Uses of Class
org.hibernate.internal.log.SubSystemLogging
-
Packages that use SubSystemLogging Package Description org.hibernate.boot This package contains the interfaces that make up the bootstrap API for Hibernate.org.hibernate.boot.jaxb JAXB support fororm.xml
andhbm.xml
mapping filesorg.hibernate.boot.query Support for handling named queries during the bootstrap process.org.hibernate.bytecode This package defines an SPI for integrating bytecode libraries with Hibernate.org.hibernate.bytecode.enhance.spi.interceptor Support for bytecode interceptor implementations.org.hibernate.c3p0.internal Implementation of ConnectionProvider using the c3p0 Connection pool.org.hibernate.cache.spi Defines the integration aspect of Hibernate's second-level caching, allowing a "caching backend" to be plugged in as a cache provider.org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.engine.jdbc Support for various aspects of JDBC interaction.org.hibernate.engine.jdbc.batch Support for JDBC statement batching.org.hibernate.engine.jdbc.env.internal org.hibernate.envers.boot org.hibernate.graph.internal org.hibernate.id.factory Defines a service for creating id generators.org.hibernate.internal.log org.hibernate.loader This package defines functionality for processing JDBC result sets and returning complex graphs of persistent objects.org.hibernate.loader.ast.internal org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.proxool.internal Implementation of ConnectionProvider using the proxool Connection pool.org.hibernate.query Everything related to HQL/JPQL, native SQL, and criteria queries.org.hibernate.query.hql Package defining support for HQL, including JPQL as a subset of HQL.org.hibernate.resource.beans.internal org.hibernate.spatial org.hibernate.sql.ast Package defining a SQL AST for use in generation of SQL.org.hibernate.sql.ast.tree Package defining the SQL AST.org.hibernate.sql.exec Support for execution of SQL statements via JDBC.org.hibernate.sql.model Package contains specialized SQL AST nodes and builders for table mutations of model parts originating from normal persistence-context events.org.hibernate.sql.results Package for processing JDBCResultSet
s into hydrated domain model graphs based on a "load plan" defined by a "domain result graph", that is, one or moreDomainResult
nodes with zero or moreFetch
nodes.org.hibernate.sql.results.graph.collection org.hibernate.sql.results.graph.embeddable org.hibernate.sql.results.graph.entity org.hibernate.type.descriptor 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 SubSystemLogging Modifier and Type Interface Description interface
BootLogging
Logging related to Hibernate bootstrapping -
Uses of SubSystemLogging in org.hibernate.boot.jaxb
Classes in org.hibernate.boot.jaxb with annotations of type SubSystemLogging Modifier and Type Interface Description interface
JaxbLogger
-
Uses of SubSystemLogging in org.hibernate.boot.query
Classes in org.hibernate.boot.query with annotations of type SubSystemLogging Modifier and Type Interface Description interface
BootQueryLogging
-
Uses of SubSystemLogging in org.hibernate.bytecode
Classes in org.hibernate.bytecode with annotations of type SubSystemLogging Modifier and Type Interface Description interface
BytecodeLogging
-
Uses of SubSystemLogging in org.hibernate.bytecode.enhance.spi.interceptor
Classes in org.hibernate.bytecode.enhance.spi.interceptor with annotations of type SubSystemLogging Modifier and Type Interface Description interface
BytecodeInterceptorLogging
Logging related to bytecode enhancement interceptors -
Uses of SubSystemLogging in org.hibernate.c3p0.internal
Classes in org.hibernate.c3p0.internal with annotations of type SubSystemLogging Modifier and Type Interface Description interface
C3P0MessageLogger
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 Modifier and Type Interface Description interface
SecondLevelCacheLogger
-
Uses of SubSystemLogging in org.hibernate.dialect
Classes in org.hibernate.dialect with annotations of type SubSystemLogging Modifier and Type Interface Description interface
DialectLogging
Logging related to Hibernate dialects -
Uses of SubSystemLogging in org.hibernate.engine.jdbc
Classes in org.hibernate.engine.jdbc with annotations of type SubSystemLogging Modifier and Type Interface Description interface
JdbcLogging
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 SubSystemLogging Modifier and Type Interface Description interface
JdbcBatchLogging
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 Modifier and Type Interface Description interface
LobCreationLogging
-
Uses of SubSystemLogging in org.hibernate.envers.boot
Classes in org.hibernate.envers.boot with annotations of type SubSystemLogging Modifier and Type Interface Description interface
EnversBootLogger
-
Uses of SubSystemLogging in org.hibernate.graph.internal
Classes in org.hibernate.graph.internal with annotations of type SubSystemLogging Modifier and Type Interface Description interface
GraphParserLogging
-
Uses of SubSystemLogging in org.hibernate.id.factory
Classes in org.hibernate.id.factory with annotations of type SubSystemLogging Modifier and Type Interface Description interface
IdGenFactoryLogging
Logging related to IdentifierGeneratorFactory -
Uses of SubSystemLogging in org.hibernate.internal.log
Classes in org.hibernate.internal.log with annotations of type SubSystemLogging Modifier and Type Interface Description interface
ConnectionAccessLogger
interface
ConnectionPoolingLogger
interface
DeprecationLogger
Class to consolidate logging about usage of deprecated features.interface
UrlMessageBundle
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 Modifier and Type Interface Description interface
LoaderLogging
Logging for loaders -
Uses of SubSystemLogging in org.hibernate.loader.ast.internal
Classes in org.hibernate.loader.ast.internal with annotations of type SubSystemLogging Modifier and Type Interface Description interface
MultiKeyLoadLogging
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 SubSystemLogging Modifier and Type Interface Description interface
MappingModelCreationLogging
Logger used during mapping-model creationinterface
NaturalIdLogging
Logging related to natural-id operations -
Uses of SubSystemLogging in org.hibernate.proxool.internal
Classes in org.hibernate.proxool.internal with annotations of type SubSystemLogging Modifier and Type Interface Description interface
ProxoolMessageLogger
The jboss-loggingMessageLogger
for the hibernate-proxool module. -
Uses of SubSystemLogging in org.hibernate.query
Classes in org.hibernate.query with annotations of type SubSystemLogging Modifier and Type Interface Description interface
QueryLogging
-
Uses of SubSystemLogging in org.hibernate.query.hql
Classes in org.hibernate.query.hql with annotations of type SubSystemLogging Modifier and Type Interface Description interface
HqlLogging
-
Uses of SubSystemLogging in org.hibernate.resource.beans.internal
Classes in org.hibernate.resource.beans.internal with annotations of type SubSystemLogging Modifier and Type Interface Description interface
BeansMessageLogger
-
Uses of SubSystemLogging in org.hibernate.spatial
Classes in org.hibernate.spatial with annotations of type SubSystemLogging Modifier and Type Interface Description interface
HSMessageLogger
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 Modifier and Type Interface Description interface
SqlTreeCreationLogger
-
Uses of SubSystemLogging in org.hibernate.sql.ast.tree
Classes in org.hibernate.sql.ast.tree with annotations of type SubSystemLogging Modifier and Type Interface Description interface
SqlAstTreeLogger
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 Modifier and Type Interface Description interface
SqlExecLogger
-
Uses of SubSystemLogging in org.hibernate.sql.model
Classes in org.hibernate.sql.model with annotations of type SubSystemLogging Modifier and Type Class Description class
ModelMutationLogging
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 Modifier and Type Interface Description interface
LoadingLogger
interface
ResultsLogger
-
Uses of SubSystemLogging in org.hibernate.sql.results.graph.collection
Classes in org.hibernate.sql.results.graph.collection with annotations of type SubSystemLogging Modifier and Type Interface Description interface
CollectionLoadingLogger
-
Uses of SubSystemLogging in org.hibernate.sql.results.graph.embeddable
Classes in org.hibernate.sql.results.graph.embeddable with annotations of type SubSystemLogging Modifier and Type Interface Description interface
EmbeddableLoadingLogger
-
Uses of SubSystemLogging in org.hibernate.sql.results.graph.entity
Classes in org.hibernate.sql.results.graph.entity with annotations of type SubSystemLogging Modifier and Type Interface Description interface
EntityLoadingLogging
-
Uses of SubSystemLogging in org.hibernate.type.descriptor
Classes in org.hibernate.type.descriptor with annotations of type SubSystemLogging Modifier and Type Interface Description interface
JdbcBindingLogging
interface
JdbcExtractingLogging
-