Package | Description |
---|---|
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.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
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 |
CoreMessageLogger.unableToExecuteResolver(DialectResolver abstractDialectResolver,
String message) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.