Annotation Type HierarchySupport


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface HierarchySupport
    HierarchySupport annotation, which defines the hierarchies for entity browsing and user-defined attributes.
    Since:
    3.7
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String browseByProperty
      A property name whose type is Hierarchy, which defines the hierarchies for entity browsing.
      java.lang.String entityAttrSourceProperty
      A property name whose type is Hierarchy, which defines entity attributes(user-defined properties).
    • Element Detail

      • browseByProperty

        java.lang.String browseByProperty
        A property name whose type is Hierarchy, which defines the hierarchies for entity browsing. e.g., browse product by its hierarchical category.
        Default:
        ""
      • entityAttrSourceProperty

        java.lang.String entityAttrSourceProperty
        A property name whose type is Hierarchy, which defines entity attributes(user-defined properties).
        Default:
        ""