Uses of Interface
org.h2.util.Utils.ClassFactory
-
Packages that use Utils.ClassFactory Package Description org.h2.util Internal utility classes. -
-
Uses of Utils.ClassFactory in org.h2.util
Fields in org.h2.util with type parameters of type Utils.ClassFactory Modifier and Type Field Description private static java.util.ArrayList<Utils.ClassFactory>JdbcUtils. userClassFactoriesIn order to manage more than one class loaderMethods in org.h2.util with parameters of type Utils.ClassFactory Modifier and Type Method Description static voidJdbcUtils. addClassFactory(Utils.ClassFactory classFactory)Add a class factory in order to manage more than one class loader.static voidJdbcUtils. removeClassFactory(Utils.ClassFactory classFactory)Remove a class factory
-