Uses of Class
com.oracle.bmc.goldengate.model.MappingRule
-
Packages that use MappingRule Package Description com.oracle.bmc.goldengate.model -
-
Uses of MappingRule in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return MappingRule Modifier and Type Method Description MappingRule
MappingRule.Builder. build()
Methods in com.oracle.bmc.goldengate.model that return types with arguments of type MappingRule Modifier and Type Method Description List<MappingRule>
UpdateZeroEtlPipelineDetails. getMappingRules()
Mapping for source/target schema/tables for the pipeline data replication.List<MappingRule>
ZeroEtlPipeline. getMappingRules()
Mapping for source/target schema/tables for the pipeline data replication.Methods in com.oracle.bmc.goldengate.model with parameters of type MappingRule Modifier and Type Method Description MappingRule.Builder
MappingRule.Builder. copy(MappingRule model)
Method parameters in com.oracle.bmc.goldengate.model with type arguments of type MappingRule Modifier and Type Method Description UpdateZeroEtlPipelineDetails.Builder
UpdateZeroEtlPipelineDetails.Builder. mappingRules(List<MappingRule> mappingRules)
Mapping for source/target schema/tables for the pipeline data replication.ZeroEtlPipeline.Builder
ZeroEtlPipeline.Builder. mappingRules(List<MappingRule> mappingRules)
Mapping for source/target schema/tables for the pipeline data replication.Constructor parameters in com.oracle.bmc.goldengate.model with type arguments of type MappingRule Constructor Description UpdateZeroEtlPipelineDetails(String displayName, String description, LicenseModel licenseModel, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, ProcessOptions processOptions, List<MappingRule> mappingRules)
Deprecated.
-