Package | Description |
---|---|
org.hibernate.c3p0.internal |
Implementation of ConnectionProvider using the c3p0 Connection pool.
|
org.hibernate.cache.ehcache |
Defines the integration with Ehcache as a second-level cache service.
|
org.hibernate.envers.internal | |
org.hibernate.hql.internal.ast.tree | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
org.hibernate.jpa.internal | |
org.hibernate.loader |
This package defines functionality for processing JDBC
result sets and returning complex graphs of persistent
objects.
|
org.hibernate.proxool.internal |
Implementation of ConnectionProvider using the proxool Connection pool.
|
Modifier and Type | Interface and Description |
---|---|
interface |
C3P0MessageLogger
The jboss-logging
MessageLogger for the hibernate-c3p0 module. |
Modifier and Type | Class and Description |
---|---|
class |
C3P0MessageLogger_$logger
Warning this class consists of generated code.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EhCacheMessageLogger
The jboss-logging
MessageLogger for the hibernate-ehcache module. |
Modifier and Type | Class and Description |
---|---|
class |
EhCacheMessageLogger_$logger
Warning this class consists of generated code.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EnversMessageLogger
The jboss-logging
MessageLogger for the hibernate-envers module. |
Modifier and Type | Class and Description |
---|---|
class |
EnversMessageLogger_$logger
Warning this class consists of generated code.
|
Modifier and Type | Method and Description |
---|---|
protected CoreMessageLogger |
DeleteStatement.getLog() |
protected CoreMessageLogger |
UpdateStatement.getLog() |
protected CoreMessageLogger |
QueryNode.getLog() |
protected abstract CoreMessageLogger |
AbstractRestrictableStatement.getLog() |
Modifier and Type | Class and Description |
---|---|
class |
CoreMessageLogger_$logger
Warning this class consists of generated code.
|
Modifier and Type | Method and Description |
---|---|
static CoreMessageLogger |
CoreLogging.messageLogger(Class classNeedingLogging) |
static CoreMessageLogger |
CoreLogging.messageLogger(String loggerName) |
Modifier and Type | Interface and Description |
---|---|
interface |
EntityManagerMessageLogger
The jboss-logging
MessageLogger for the hibernate-entitymanager module. |
Modifier and Type | Class and Description |
---|---|
class |
EntityManagerMessageLogger_$logger
Warning this class consists of generated code.
|
Modifier and Type | Field and Description |
---|---|
protected static CoreMessageLogger |
Loader.LOG |
Modifier and Type | Interface and Description |
---|---|
interface |
ProxoolMessageLogger
The jboss-logging
MessageLogger for the hibernate-proxool module. |
Modifier and Type | Class and Description |
---|---|
class |
ProxoolMessageLogger_$logger
Warning this class consists of generated code.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.