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.jdbc.dialect.internal |
Internal support for Dialect resolution (from JDBC metadata) and Dialect building.
|
org.hibernate.engine.jdbc.dialect.spi |
Contracts supporting Dialect resolution (from JDBC metadata) and Dialect building.
|
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.unableToExecuteResolver(DialectResolver arg0,
String arg1) |
Modifier and Type | Method and Description |
---|---|
void |
EhCacheMessageLogger_$logger.unableToExecuteResolver(DialectResolver arg0,
String arg1) |
Modifier and Type | Class and Description |
---|---|
class |
DialectResolverSet
A
DialectResolver implementation which coordinates resolution by delegating to sub-resolvers. |
class |
StandardDialectResolver
The standard DialectResolver implementation
|
Modifier and Type | Method and Description |
---|---|
DialectResolver |
DialectResolverInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
Modifier and Type | Method and Description |
---|---|
Class<DialectResolver> |
DialectResolverInitiator.getServiceInitiated() |
Modifier and Type | Method and Description |
---|---|
void |
DialectResolverSet.addResolver(DialectResolver resolver)
Add a resolver at the end of the underlying resolver list.
|
void |
DialectResolverSet.addResolverAtFirst(DialectResolver resolver)
Add a resolver at the beginning of the underlying resolver list.
|
void |
DialectFactoryImpl.setDialectResolver(DialectResolver dialectResolver)
Intended only for use from testing.
|
Constructor and Description |
---|
DialectResolverSet(DialectResolver... resolvers) |
Constructor and Description |
---|
DialectResolverSet(List<DialectResolver> resolvers) |
Modifier and Type | Class and Description |
---|---|
class |
BasicDialectResolver
Intended as support for custom resolvers which match a single db name (with optional version info).
|
Modifier and Type | Method and Description |
---|---|
void |
EnversMessageLogger_$logger.unableToExecuteResolver(DialectResolver arg0,
String arg1) |
Modifier and Type | Method and Description |
---|---|
void |
CoreMessageLogger.unableToExecuteResolver(DialectResolver abstractDialectResolver,
String message) |
void |
CoreMessageLogger_$logger.unableToExecuteResolver(DialectResolver abstractDialectResolver,
String message) |
Modifier and Type | Method and Description |
---|---|
void |
EntityManagerMessageLogger_$logger.unableToExecuteResolver(DialectResolver arg0,
String arg1) |
Modifier and Type | Method and Description |
---|---|
void |
ProxoolMessageLogger_$logger.unableToExecuteResolver(DialectResolver arg0,
String arg1) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.