| Class | Description |
|---|---|
| AbstractDialectResolver |
A templated resolver impl which delegates to the
AbstractDialectResolver.resolveDialectInternal(java.sql.DatabaseMetaData) method
and handles any thrown SQL errors. |
| BasicDialectResolver |
Intended as support for custom resolvers.
|
| DialectFactoryImpl |
Standard implementation of the
DialectFactory service. |
| DialectFactoryInitiator |
Standard initiator for the standard
DialectFactory service |
| DialectResolverInitiator |
Standard initiator for the standard
DialectResolver service |
| DialectResolverSet |
A
DialectResolver implementation which coordinates resolution by delegating to sub-resolvers. |
| StandardDialectResolver |
The standard Hibernate Dialect resolver.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.