Uses of Class
oracle.pgx.config.AbstractPgGraphConfigBuilder
-
Packages that use AbstractPgGraphConfigBuilder Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of AbstractPgGraphConfigBuilder in oracle.pgx.config
Classes in oracle.pgx.config with type parameters of type AbstractPgGraphConfigBuilder Modifier and Type Class Description class
AbstractPgGraphConfigBuilder<T extends AbstractPgGraphConfigBuilder<T,GC>,GC extends AbstractPgGraphConfig>
Base class for Property Graph (PG) graph configuration builders.Subclasses of AbstractPgGraphConfigBuilder in oracle.pgx.config Modifier and Type Class Description class
PgHbaseGraphConfigBuilder
A builder for Property Graph (PG) on HBase graph configuration objects.class
PgNosqlGraphConfigBuilder
A builder for Property Graph (PG) Oracle NoSQL graph configuration objects.class
PgRdbmsGraphConfigBuilder
-