Uses of Class
oracle.pgx.config.KeyColumnConfig.Field
-
Packages that use KeyColumnConfig.Field Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of KeyColumnConfig.Field in oracle.pgx.config
Methods in oracle.pgx.config that return KeyColumnConfig.Field Modifier and Type Method Description static KeyColumnConfig.Field[]KeyColumnConfig. getConfigFields()static KeyColumnConfig.FieldKeyColumnConfig.Field. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static KeyColumnConfig.Field[]KeyColumnConfig.Field. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in oracle.pgx.config that return types with arguments of type KeyColumnConfig.Field Modifier and Type Method Description java.util.Map<KeyColumnConfig.Field,java.lang.Object>KeyColumnConfig. getValues()Gets the parsed values.java.util.Map<KeyColumnConfig.Field,java.lang.Object>KeyColumnConfigBuilder. getValues()java.util.Map<KeyColumnConfig.Field,java.lang.Object>KeyColumnConfig. getValuesWithoutDefaults()Gets the values without defaults.Methods in oracle.pgx.config with parameters of type KeyColumnConfig.Field Modifier and Type Method Description booleanKeyColumnConfig. hasDefaultValue(KeyColumnConfig.Field field)Checks for default value.Method parameters in oracle.pgx.config with type arguments of type KeyColumnConfig.Field Modifier and Type Method Description KeyColumnConfigBuilderKeyColumnConfigBuilder. putAll(java.util.Map<KeyColumnConfig.Field,java.lang.Object> values)Puts all values from the given map into this builder.Constructor parameters in oracle.pgx.config with type arguments of type KeyColumnConfig.Field Constructor Description KeyColumnConfigBuilder(java.util.Map<KeyColumnConfig.Field,java.lang.Object> values)Constructs a KeyColumnConfigBuilder initialized with the values from the given map
-