Package | Description |
---|---|
org.hibernate.service.jdbc.dialect.internal |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDialectResolver
A templated resolver impl which delegates to the
AbstractDialectResolver.resolveDialectInternal(java.sql.DatabaseMetaData) method
and handles any thrown SQL errors . |
class |
BasicDialectResolver
Intended as support for custom resolvers.
|
class |
DialectResolverSet
A
DialectResolver implementation which coordinates resolution by delegating to sub-resolvers. |
class |
StandardDialectResolver
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)
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) |
Constructor and Description |
---|
DialectResolverSet(DialectResolver... resolvers) |
Constructor and Description |
---|
DialectResolverSet(List<DialectResolver> resolvers) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.