org.hibernate.dialect.resolver
Class BasicDialectResolver
java.lang.Object
org.hibernate.dialect.resolver.AbstractDialectResolver
org.hibernate.dialect.resolver.BasicDialectResolver
- All Implemented Interfaces:
- DialectResolver
public class BasicDialectResolver
- extends AbstractDialectResolver
Intended as support for custom resolvers.
- Author:
- Steve Ebersole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VERSION_INSENSITIVE_VERSION
public static final int VERSION_INSENSITIVE_VERSION
- See Also:
- Constant Field Values
BasicDialectResolver
public BasicDialectResolver(String matchingName,
Class dialectClass)
BasicDialectResolver
public BasicDialectResolver(String matchingName,
int matchingVersion,
Class dialectClass)
resolveDialectInternal
protected final 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 © null-null Red Hat Middleware, LLC. All Rights Reserved