addDataType(type, Class.forName(name))
.
@deprecated As of 8.0, replaced by{@link #addDataType(String,Class)}. This deprecated method does not work correctly for registering classes that cannot be directly loaded by the JDBC driver's classloader.
@throws RuntimeException if the type cannot be registered (class notfound, etc).
|
|
|
|
|
|
|
|