Uses of Class
oracle.pgx.config.KeyColumnConfig
-
Packages that use KeyColumnConfig Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of KeyColumnConfig in oracle.pgx.config
Methods in oracle.pgx.config that return KeyColumnConfig Modifier and Type Method Description KeyColumnConfigKeyColumnConfigBuilder. build()Builds the KeyColumnConfig with aparentPathofnull.KeyColumnConfigKeyColumnConfigBuilder. build(java.lang.String parentPath)Builds the KeyColumnConfig.static KeyColumnConfigKeyColumnConfigBuilder. buildKeyColumnConfig(java.util.function.Consumer<KeyColumnConfigBuilder> builderSetup)Builds aKeyColumnConfigin-placestatic KeyColumnConfigKeyColumnConfig. parse(java.io.InputStream is, boolean strict, java.lang.String parentPath)Parses an input stream.static KeyColumnConfigKeyColumnConfig. parse(java.util.Map<java.lang.String,java.lang.Object> raw, boolean strict, java.lang.String parentPath)Parses a raw key/value mapping.static KeyColumnConfigKeyColumnConfig. parse(java.util.Properties props, boolean strict)Parses a properties file.Methods in oracle.pgx.config that return types with arguments of type KeyColumnConfig Modifier and Type Method Description java.util.List<KeyColumnConfig>EsEntityProviderConfig. getKeyColumns()(BETA) key columns of this entity providerjava.util.List<KeyColumnConfig>FileEntityProviderConfig. getKeyColumns()(BETA) key columns of this entity providerjava.util.List<KeyColumnConfig>RdbmsEntityProviderConfig. getKeyColumns()(BETA) key columns of this entity providerMethods in oracle.pgx.config with parameters of type KeyColumnConfig Modifier and Type Method Description KeyColumnConfigBuilderKeyColumnConfigBuilder. putAll(KeyColumnConfig config)Puts all values from the given config into this builderConstructors in oracle.pgx.config with parameters of type KeyColumnConfig Constructor Description KeyColumnConfigBuilder(KeyColumnConfig config)Constructs a KeyColumnConfigBuilder initialized with the values from the given config
-