public interface DatabaseInfoDialectResolver extends Service
Modifier and Type | Interface and Description |
---|---|
static interface |
DatabaseInfoDialectResolver.DatabaseInfo
Essentially a "parameter object" for
resolve(org.hibernate.engine.jdbc.dialect.spi.DatabaseInfoDialectResolver.DatabaseInfo) |
Modifier and Type | Method and Description |
---|---|
Dialect |
resolve(DatabaseInfoDialectResolver.DatabaseInfo databaseInfo)
Determine the
Dialect to use based on the given information. |
Dialect resolve(DatabaseInfoDialectResolver.DatabaseInfo databaseInfo)
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.databaseInfo
- Access to the needed database informationCopyright © 2001-2013 Red Hat, Inc. All Rights Reserved.