public interface DialectResolver extends Service
Contract for determining the Dialect to use based on information about the database / driver.
| Modifier and Type | Method and Description |
|---|---|
Dialect |
resolveDialect(DialectResolutionInfo info)
Determine the
Dialect to use based on the given information. |
Dialect resolveDialect(DialectResolutionInfo info)
Determine the 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.
info - Access to the information about the database/driver needed to perform the resolutionCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.