Uses of Class
oracle.pgx.config.ForeignKeyColumnConfig
-
Packages that use ForeignKeyColumnConfig Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of ForeignKeyColumnConfig in oracle.pgx.config
Methods in oracle.pgx.config that return ForeignKeyColumnConfig Modifier and Type Method Description ForeignKeyColumnConfigForeignKeyColumnConfigBuilder. build()Builds the ForeignKeyColumnConfig with aparentPathofnull.ForeignKeyColumnConfigForeignKeyColumnConfigBuilder. build(java.lang.String parentPath)Builds the ForeignKeyColumnConfig.static ForeignKeyColumnConfigForeignKeyColumnConfigBuilder. buildForeignKeyColumnConfig(java.util.function.Consumer<ForeignKeyColumnConfigBuilder> builderSetup)Builds aForeignKeyColumnConfigin-placestatic ForeignKeyColumnConfigForeignKeyColumnConfig. parse(java.io.InputStream is, boolean strict, java.lang.String parentPath)Parses an input stream.static ForeignKeyColumnConfigForeignKeyColumnConfig. parse(java.util.Map<java.lang.String,java.lang.Object> raw, boolean strict, java.lang.String parentPath)Parses a raw key/value mapping.static ForeignKeyColumnConfigForeignKeyColumnConfig. parse(java.util.Properties props, boolean strict)Parses a properties file.Methods in oracle.pgx.config that return types with arguments of type ForeignKeyColumnConfig Modifier and Type Method Description java.util.List<ForeignKeyColumnConfig>FileEntityProviderConfig. getDestinationKeyColumns()(BETA) destination key columns of this entity providerjava.util.List<ForeignKeyColumnConfig>RdbmsEntityProviderConfig. getDestinationKeyColumns()(BETA) names of columns in the database containing the keys of destination vertices (and the key columns they refer to)java.util.List<ForeignKeyColumnConfig>FileEntityProviderConfig. getSourceKeyColumns()(BETA) source key columns of this entity providerjava.util.List<ForeignKeyColumnConfig>RdbmsEntityProviderConfig. getSourceKeyColumns()(BETA) names of columns in the database containing the keys of source vertices (and the key columns they refer to)Methods in oracle.pgx.config with parameters of type ForeignKeyColumnConfig Modifier and Type Method Description ForeignKeyColumnConfigBuilderForeignKeyColumnConfigBuilder. putAll(ForeignKeyColumnConfig config)Puts all values from the given config into this builderConstructors in oracle.pgx.config with parameters of type ForeignKeyColumnConfig Constructor Description ForeignKeyColumnConfigBuilder(ForeignKeyColumnConfig config)Constructs a ForeignKeyColumnConfigBuilder initialized with the values from the given config
-