Uses of Class
oracle.pgx.config.TwoTablesRdbmsGraphConfigFactory
-
Packages that use TwoTablesRdbmsGraphConfigFactory Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of TwoTablesRdbmsGraphConfigFactory in oracle.pgx.config
Methods in oracle.pgx.config that return TwoTablesRdbmsGraphConfigFactory Modifier and Type Method Description static TwoTablesRdbmsGraphConfigFactory
GraphConfigFactory. forTwoTablesRdbms()
returns a new graph config factory to create graph configs targeting the Oracle RDBMS database in the two-tables format.
-