Uses of Enum Class
org.postgresql.util.ClassLoaderStrategy
Packages that use ClassLoaderStrategy
-
Uses of ClassLoaderStrategy in org.postgresql.jdbc
Fields in org.postgresql.jdbc declared as ClassLoaderStrategyModifier and TypeFieldDescriptionprivate final ClassLoaderStrategyPgConnection.classLoaderStrategy -
Uses of ClassLoaderStrategy in org.postgresql.util
Fields in org.postgresql.util declared as ClassLoaderStrategyModifier and TypeFieldDescriptionprivate static final ClassLoaderStrategy[]ClassLoaderStrategy.VALUESMethods 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 class with the specified name.static ClassLoaderStrategy[]ClassLoaderStrategy.values()Returns an array containing the constants of this enum class, 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.