org.hibernate.service.jdbc.dialect.internal
Class StandardDialectResolver
java.lang.Object
org.hibernate.service.jdbc.dialect.internal.AbstractDialectResolver
org.hibernate.service.jdbc.dialect.internal.StandardDialectResolver
- All Implemented Interfaces:
- Serializable, DialectResolver, Service
public class StandardDialectResolver
- extends AbstractDialectResolver
The standard Hibernate Dialect resolver.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardDialectResolver
public StandardDialectResolver()
resolveDialectInternal
protected Dialect resolveDialectInternal(DatabaseMetaData metaData)
throws SQLException
- Description copied from class:
AbstractDialectResolver
- Perform the actual resolution without caring about handling
SQLException
s.
- Specified by:
resolveDialectInternal
in class AbstractDialectResolver
- Parameters:
metaData
- The database metadata
- Returns:
- The resolved dialect, or null if we could not resolve.
- Throws:
SQLException
- Indicates problems accessing the metadata.
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.