类 StandardDialectResolver

    • 构造器详细资料

      • StandardDialectResolver

        public StandardDialectResolver()
    • 方法详细资料

      • resolveDialect

        public Dialect resolveDialect​(DialectResolutionInfo info)
        从接口复制的说明: DialectResolver
        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.
        指定者:
        resolveDialect 在接口中 DialectResolver
        参数:
        info - Access to the information about the database/driver needed to perform the resolution
        返回:
        The dialect to use, or null.