DataMapperMappingResponse

data class DataMapperMappingResponse(val attributeMappingInfo: MapperAttributeMappingsResponse? = null, val sourceConnectionReference: MapperConnectionReferenceResponse? = null, val sourceDenormalizeInfo: Any? = null, val sourceEntityName: String? = null, val targetEntityName: String? = null)

Source and target table mapping details.

Constructors

Link copied to clipboard
constructor(attributeMappingInfo: MapperAttributeMappingsResponse? = null, sourceConnectionReference: MapperConnectionReferenceResponse? = null, sourceDenormalizeInfo: Any? = null, sourceEntityName: String? = null, targetEntityName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This holds the user provided attribute mapping information.

Link copied to clipboard

The connection reference for the source connection.

Link copied to clipboard

This holds the source denormalization information used while joining multiple sources.

Link copied to clipboard

Name of the source table

Link copied to clipboard

Name of the target table