public class StandardDatabaseInfoDialectResolver extends Object implements DatabaseInfoDialectResolver
DatabaseInfoDialectResolver.DatabaseInfo
Modifier and Type | Field and Description |
---|---|
static StandardDatabaseInfoDialectResolver |
INSTANCE
Singleton access
|
Constructor and Description |
---|
StandardDatabaseInfoDialectResolver() |
Modifier and Type | Method and Description |
---|---|
Dialect |
resolve(DatabaseInfoDialectResolver.DatabaseInfo databaseInfo)
Determine the
Dialect to use based on the given information. |
public static final StandardDatabaseInfoDialectResolver INSTANCE
public Dialect resolve(DatabaseInfoDialectResolver.DatabaseInfo databaseInfo)
DatabaseInfoDialectResolver
Dialect
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.resolve
in interface DatabaseInfoDialectResolver
databaseInfo
- Access to the needed database informationCopyright © 2001-2013 Red Hat, Inc. All Rights Reserved.