Uses of Class
oracle.pgx.config.KeyColumnConfigBuilder
-
Packages that use KeyColumnConfigBuilder Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of KeyColumnConfigBuilder in oracle.pgx.config
Methods in oracle.pgx.config that return KeyColumnConfigBuilder Modifier and Type Method Description KeyColumnConfigBuilderKeyColumnConfigBuilder. clear()Clears all values from the builderKeyColumnConfigBuilderKeyColumnConfigBuilder. putAll(java.util.Map<KeyColumnConfig.Field,java.lang.Object> values)Puts all values from the given map into this builder.KeyColumnConfigBuilderKeyColumnConfigBuilder. putAll(KeyColumnConfig config)Puts all values from the given config into this builderKeyColumnConfigBuilderKeyColumnConfigBuilder. setName(java.lang.String name)name of the key columnKeyColumnConfigBuilderKeyColumnConfigBuilder. setType(IdType type)type of the key columnMethod parameters in oracle.pgx.config with type arguments of type KeyColumnConfigBuilder Modifier and Type Method Description static KeyColumnConfigKeyColumnConfigBuilder. buildKeyColumnConfig(java.util.function.Consumer<KeyColumnConfigBuilder> builderSetup)Builds aKeyColumnConfigin-placeConstructors in oracle.pgx.config with parameters of type KeyColumnConfigBuilder Constructor Description KeyColumnConfigBuilder(KeyColumnConfigBuilder builder)Constructs a KeyColumnConfigBuilder initialized with the values from the given builder
-