Uses of Enum
org.postgresql.util.ClassLoaderStrategy
Packages that use ClassLoaderStrategy
-
Uses of ClassLoaderStrategy in org.postgresql.util
Methods in org.postgresql.util that return ClassLoaderStrategyModifier and TypeMethodDescriptionstatic ClassLoaderStrategyClassLoaderStrategy.of(Properties info) Resolves the strategy from thePGProperty.CLASS_LOADER_STRATEGYconnection property.static ClassLoaderStrategyReturns 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 ClassLoaderStrategyModifier and TypeMethodDescriptionstatic <T> Class<? extends T> ClassUtils.forName(String className, Class<T> expectedClass, ClassLoaderStrategy strategy, ClassLoader driverClassLoader) Loads a class named by a connection property and validates that it is assignable to the expected type.