类 JdbcDialectLoader


  • public final class JdbcDialectLoader
    extends Object
    Utility for working with JdbcDialect.
    • 方法详细资料

      • load

        public static JdbcDialect load​(String url,
                                       String compatibleMode,
                                       String fieldIde)
        Loads the unique JDBC Dialect that can handle the given database url.
        参数:
        url - A database URL.
        compatibleMode - The compatible mode.
        返回:
        The loaded dialect.
        抛出:
        IllegalStateException - if the loader cannot find exactly one dialect that can unambiguously process the given database URL.