Uses of Class
oracle.pgx.config.ReadGraphOption.PropertyLoadingMode
-
Packages that use ReadGraphOption.PropertyLoadingMode Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of ReadGraphOption.PropertyLoadingMode in oracle.pgx.config
Methods in oracle.pgx.config that return ReadGraphOption.PropertyLoadingMode Modifier and Type Method Description ReadGraphOption.PropertyLoadingModeReadGraphOption.PropertyLoadingOption. getPropertyLoadingMode()static ReadGraphOption.PropertyLoadingModeReadGraphOption.PropertyLoadingMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ReadGraphOption.PropertyLoadingMode[]ReadGraphOption.PropertyLoadingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in oracle.pgx.config with parameters of type ReadGraphOption.PropertyLoadingMode Constructor Description PropertyLoadingOption(ReadGraphOption.PropertyLoadingMode propertyLoadingMode)
-