Uses of Class
org.postgresql.util.ClassLoaderStrategy
-
Packages that use ClassLoaderStrategy Package Description org.postgresql.util -
-
Uses of ClassLoaderStrategy in org.postgresql.util
Methods in org.postgresql.util that return ClassLoaderStrategy Modifier and Type Method Description static ClassLoaderStrategyClassLoaderStrategy. of(java.util.Properties info)Resolves the strategy from thePGProperty.CLASS_LOADER_STRATEGYconnection property.static ClassLoaderStrategyClassLoaderStrategy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ClassLoaderStrategy[]ClassLoaderStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.postgresql.util with parameters of type ClassLoaderStrategy Modifier and Type Method Description static <T> java.lang.Class<? extends T>ClassUtils. forName(java.lang.String className, java.lang.Class<T> expectedClass, ClassLoaderStrategy strategy, java.lang.ClassLoader driverClassLoader)Loads a class named by a connection property and validates that it is assignable to the expected type.
-