Overview Index

SDAI_MAPPING_SCHEMA (jsdai.mapping)


TYPE attribute_mapping_path_select = SELECT (
          path_constraint,
          inverse_attribute_constraint,
          select_constraint,
          entity_constraint,
          aggregate_member_constraint,
          intersection_constraint,
          attribute);
END_TYPE; -- attribute_mapping_path_select

An attribute_mapping_path_select type specifies the elements that may be in attribute mapping path.

Users

          attribute_mapping.path
          entity_mapping_relationship.path

public class AAttribute_mapping_path_select extends AEntitySelect implements Aggregate

          case 1:
              boolean isMember(EEntity value)
              EEntity getByIndex(int index)
              EEntity getCurrentMember(SdaiIterator iter)
              void setByIndex(int index, EEntity value)
              void setCurrentMember(SdaiIterator iter, EEntity value)
              void addBefore(SdaiIterator iter, EEntity value)
              void addAfter(SdaiIterator iter, EEntity value)
              void addUnordered(EEntity value)
              void addByIndex(int index, EEntity value)
              void removeUnordered(EEntity value)