Overview Index

SDAI_MAPPING_SCHEMA (jsdai.mapping)


ENTITY derived_variant_entity_mapping
          SUBTYPE OF (entity_mapping_relationship);
END_ENTITY; -- derived_variant_entity_mapping

Defines path from one entity mapping (relating) to other entity mapping (related). The latter is considered to be derived variant of relating entity mapping. It is used in attribute mappings when attribute mapping path points only to relating entity mapping.

Entity data types and their attributes

entity_mapping_relationship
          relating: entity_mapping;
          related: entity_mapping;
          (OPT) constraints: constraint_select;
          (OPT) path: LIST [1:?] OF attribute_mapping_path_select;
derived_variant_entity_mapping
          -

Users

entity_mapping_relationship
derived_variant_entity_mapping

Global rules for this entity data type

          -

public interface EDerived_variant_entity_mapping extends EEntity_mapping_relationship


public class CDerived_variant_entity_mapping implements EDerived_variant_entity_mapping


public class ADerived_variant_entity_mapping extends AEntity

          public EDerived_variant_entity_mapping getByIndex(int index)
          public EDerived_variant_entity_mapping getCurrentMember(SdaiIterator it)