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.engine.loading.internal |
Internal classes used to track loading of data, potentially across multiple ResultSets
|
org.hibernate.envers.internal | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
org.hibernate.jpa.internal | |
org.hibernate.proxool.internal |
Implementation of ConnectionProvider using the proxool Connection pool.
|
Modifier and Type | Method and Description |
---|---|
void |
C3P0MessageLogger_$logger.failSafeEntitiesCleanup(EntityLoadContext arg0) |
Modifier and Type | Method and Description |
---|---|
void |
EhCacheMessageLogger_$logger.failSafeEntitiesCleanup(EntityLoadContext arg0) |
Modifier and Type | Method and Description |
---|---|
EntityLoadContext |
LoadContexts.getEntityLoadContext(ResultSet resultSet)
Currently unused
|
Modifier and Type | Method and Description |
---|---|
void |
EnversMessageLogger_$logger.failSafeEntitiesCleanup(EntityLoadContext arg0) |
Modifier and Type | Method and Description |
---|---|
void |
CoreMessageLogger.failSafeEntitiesCleanup(EntityLoadContext entityLoadContext) |
void |
CoreMessageLogger_$logger.failSafeEntitiesCleanup(EntityLoadContext entityLoadContext) |
Modifier and Type | Method and Description |
---|---|
void |
EntityManagerMessageLogger_$logger.failSafeEntitiesCleanup(EntityLoadContext arg0) |
Modifier and Type | Method and Description |
---|---|
void |
ProxoolMessageLogger_$logger.failSafeEntitiesCleanup(EntityLoadContext arg0) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.