Package org.hibernate.dialect.resolver

Interface Summary
DialectResolver Contract for determining the Dialect to use based on a JDBC Connection.
 

Class Summary
AbstractDialectResolver A templated resolver impl which delegates to the AbstractDialectResolver.resolveDialectInternal(java.sql.DatabaseMetaData) method and handles any thrown SQLExceptions.
BasicDialectResolver Intended as support for custom resolvers.
BasicSQLExceptionConverter A helper to centralize conversion of SQLExceptions to JDBCExceptions.
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 © 2001-2010 Red Hat, Inc. All Rights Reserved.