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 |
BasicDialectResolver
Deprecated.
Purpose has shifted to new
DatabaseInfoDialectResolver
contract. See HHH-7965 for details. |
class |
DialectResolverSet
Deprecated.
See deprecation on
DialectResolver |
class |
StandardDatabaseMetaDataDialectResolver
The standard Hibernate Dialect resolver.
|
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)
Deprecated.
Add a resolver at the end of the underlying resolver list.
|
void |
DialectResolverSet.addResolverAtFirst(DialectResolver resolver)
Deprecated.
Add a resolver at the beginning of the underlying resolver list.
|
void |
DialectFactoryImpl.setDialectResolver(DialectResolver dialectResolver) |
Constructor and Description |
---|
DialectResolverSet(DialectResolver... resolvers)
Deprecated.
Deprecated
|
Constructor and Description |
---|
DialectResolverSet(List<DialectResolver> resolvers)
Deprecated.
Deprecated
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDatabaseMetaDataDialectResolver
A templated resolver impl which delegates to the
AbstractDatabaseMetaDataDialectResolver.resolveDialectInternal(java.sql.DatabaseMetaData) method
and handles any thrown SQL errors . |
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-2013 Red Hat, Inc. All Rights Reserved.