public class StandardDialectResolver extends Object implements DialectResolver
| Modifier and Type | Field and Description | 
|---|---|
static StandardDialectResolver | 
INSTANCE
Singleton access 
 | 
| Constructor and Description | 
|---|
StandardDialectResolver()  | 
| Modifier and Type | Method and Description | 
|---|---|
Dialect | 
resolveDialect(DialectResolutionInfo info)
Determine the  
Dialect to use based on the given information. | 
public static final StandardDialectResolver INSTANCE
public Dialect resolveDialect(DialectResolutionInfo info)
DialectResolverDialect to use based on the given information.  Implementations are expected to return
 the Dialect instance to use, or null if the they did not locate a match.resolveDialect in interface DialectResolverinfo - Access to the information about the database/driver needed to perform the resolutionCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.