Uses of Class
oracle.pgx.config.ForeignKeyColumnConfig.Field
-
Packages that use ForeignKeyColumnConfig.Field Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of ForeignKeyColumnConfig.Field in oracle.pgx.config
Methods in oracle.pgx.config that return ForeignKeyColumnConfig.Field Modifier and Type Method Description static ForeignKeyColumnConfig.Field[]ForeignKeyColumnConfig. getConfigFields()static ForeignKeyColumnConfig.FieldForeignKeyColumnConfig.Field. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ForeignKeyColumnConfig.Field[]ForeignKeyColumnConfig.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 ForeignKeyColumnConfig.Field Modifier and Type Method Description java.util.Map<ForeignKeyColumnConfig.Field,java.lang.Object>ForeignKeyColumnConfig. getValues()Gets the parsed values.java.util.Map<ForeignKeyColumnConfig.Field,java.lang.Object>ForeignKeyColumnConfigBuilder. getValues()java.util.Map<ForeignKeyColumnConfig.Field,java.lang.Object>ForeignKeyColumnConfig. getValuesWithoutDefaults()Gets the values without defaults.Methods in oracle.pgx.config with parameters of type ForeignKeyColumnConfig.Field Modifier and Type Method Description booleanForeignKeyColumnConfig. hasDefaultValue(ForeignKeyColumnConfig.Field field)Checks for default value.Method parameters in oracle.pgx.config with type arguments of type ForeignKeyColumnConfig.Field Modifier and Type Method Description ForeignKeyColumnConfigBuilderForeignKeyColumnConfigBuilder. putAll(java.util.Map<ForeignKeyColumnConfig.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 ForeignKeyColumnConfig.Field Constructor Description ForeignKeyColumnConfigBuilder(java.util.Map<ForeignKeyColumnConfig.Field,java.lang.Object> values)Constructs a ForeignKeyColumnConfigBuilder initialized with the values from the given map
-