Interface DialectResolver
- All Superinterfaces:
Serializable
,Service
- All Known Implementing Classes:
BasicDialectResolver
,DialectResolverSet
,StandardDialectResolver
Contract for determining the
Dialect
to use based on information about the database / driver.-
Method Summary
-
Method Details
-
resolveDialect
Determine theDialect
to use based on the given information. Implementations are expected to return theDialect
instance to use, ornull
if they did not locate a match.- Parameters:
info
- Access to the information about the database/driver needed to perform the resolution- Returns:
- The dialect to use, or null.
-