@Internal public final class JdbcDialectLoader extends Object
JdbcDialect.| Modifier and Type | Method and Description |
|---|---|
static JdbcDialect |
load(String url,
ClassLoader classLoader)
Loads the unique JDBC Dialect that can handle the given database url.
|
public static JdbcDialect load(String url, ClassLoader classLoader)
url - A database URL.classLoader - the classloader used to load the factoryIllegalStateException - if the loader cannot find exactly one dialect that can
unambiguously process the given database URL.Copyright © 2022–2024 The Apache Software Foundation. All rights reserved.