类 StandardDialectResolver
- java.lang.Object
-
- org.hibernate.engine.jdbc.dialect.internal.StandardDialectResolver
-
- 所有已实现的接口:
Serializable,DialectResolver,Service
public final class StandardDialectResolver extends Object implements DialectResolver
The standard DialectResolver implementation- 作者:
- Steve Ebersole
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 StandardDialectResolver()
-
-
-
方法详细资料
-
resolveDialect
public Dialect resolveDialect(DialectResolutionInfo info)
从接口复制的说明:DialectResolverDetermine theDialectto use based on the given information. Implementations are expected to return theDialectinstance to use, ornullif the they did not locate a match.- 指定者:
resolveDialect在接口中DialectResolver- 参数:
info- Access to the information about the database/driver needed to perform the resolution- 返回:
- The dialect to use, or null.
-
-