Uses of Class
oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
Packages that use TwoTablesRdbmsGraphConfig Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of TwoTablesRdbmsGraphConfig in oracle.pgx.config
Methods in oracle.pgx.config that return TwoTablesRdbmsGraphConfig Modifier and Type Method Description TwoTablesRdbmsGraphConfig
TwoTablesRdbmsGraphConfigFactory. fromProperties(java.util.Properties props)
static TwoTablesRdbmsGraphConfig
TwoTablesRdbmsGraphConfig. parse(java.io.InputStream is, boolean strict, java.lang.String parentPath)
Parses an input stream.static TwoTablesRdbmsGraphConfig
TwoTablesRdbmsGraphConfig. parse(java.util.Map<java.lang.String,java.lang.Object> raw, boolean strict, java.lang.String parentPath)
Parses a raw key/value mapping.static TwoTablesRdbmsGraphConfig
TwoTablesRdbmsGraphConfig. parse(java.util.Properties props, boolean strict)
Parses a properties file.Methods in oracle.pgx.config with parameters of type TwoTablesRdbmsGraphConfig Modifier and Type Method Description TwoTablesRdbmsGraphConfigBuilder
TwoTablesRdbmsGraphConfigBuilder. copyFrom(TwoTablesRdbmsGraphConfig graphConfig)
-