Interface | Description |
---|---|
DialectResolver |
Contract for determining the
Dialect to use based on a JDBC Connection . |
Class | Description |
---|---|
AbstractDialectResolver |
A templated resolver impl which delegates to the
AbstractDialectResolver.resolveDialectInternal(java.sql.DatabaseMetaData) method
and handles any thrown SQLException s. |
BasicDialectResolver |
Intended as support for custom resolvers.
|
BasicSQLExceptionConverter |
A helper to centralize conversion of
SQLException s to JDBCException s. |
DialectFactory |
A factory for generating Dialect instances.
|
DialectResolverSet |
A
DialectResolver implementation which coordinates resolution by delegating to its
registered sub-resolvers. |
StandardDialectResolver |
The standard Hibernate resolver.
|
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved