Class StandardDialectResolver
java.lang.Object
org.hibernate.engine.jdbc.dialect.internal.StandardDialectResolver
- All Implemented Interfaces:
Serializable
,DialectResolver
,Service
The standard
DialectResolver
implementation- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StandardDialectResolver
public StandardDialectResolver()
-
-
Method Details
-
resolveDialect
Description copied from interface:DialectResolver
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.- Specified by:
resolveDialect
in interfaceDialectResolver
- Parameters:
info
- Access to the information about the database/driver needed to perform the resolution- Returns:
- The dialect to use, or null.
-