Class ReferencePropertyMapping

java.lang.Object
io.jmix.dataimport.configuration.mapping.ReferencePropertyMapping
All Implemented Interfaces:
PropertyMapping

public class ReferencePropertyMapping extends Object implements PropertyMapping
Mapping for reference property by one lookup property that has a raw value in the input data.
This mapping allows to set:
  • Entity property name: name of the reference property
  • Lookup property name: name of the property from reference entity
  • Data field name: name of the data field that contains a raw value of lookup property
  • Reference import policy. Default value: ReferenceImportPolicy.IGNORE_IF_MISSING
See Also: