类 PluralAttributeSourceSetImpl

    • 方法详细资料

      • isSorted

        public boolean isSorted()
        从接口复制的说明: Sortable
        If the source of plural attribute is supposed to be sorted.
        指定者:
        isSorted 在接口中 Sortable
        返回:
        true the attribute will be sortable or false means not.
      • getComparatorName

        public String getComparatorName()
        从接口复制的说明: Sortable
        The comparator class name which will be used to sort the attribute.
        指定者:
        getComparatorName 在接口中 Sortable
        返回:
        Qualified class name which implements Comparator contact.
      • isOrdered

        public boolean isOrdered()
        从接口复制的说明: Orderable
        If the source of plural attribute is supposed to be applied the ORDER BY when loading.
        指定者:
        isOrdered 在接口中 Orderable
        返回:
        true indicates to apply the ORDER BY; false means not.
      • getOrder

        public String getOrder()
        从接口复制的说明: Orderable
        The order by clause used during loading this plural attribute.

        If the ordering element is not specified, ordering by the primary key of the associated entity is assumed

        指定者:
        getOrder 在接口中 Orderable
        返回:
        The ORDER BY fragment used during loading this plural attribute from DB.
        另请参阅:
        OrderBy.value()