接口 Orderable

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      String getOrder()
      The order by clause used during loading this plural attribute.
      boolean isOrdered()
      If the source of plural attribute is supposed to be applied the ORDER BY when loading.
    • 方法详细资料

      • isOrdered

        boolean isOrdered()
        If the source of plural attribute is supposed to be applied the ORDER BY when loading.
        返回:
        true indicates to apply the ORDER BY; false means not.
      • getOrder

        String getOrder()
        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

        返回:
        The ORDER BY fragment used during loading this plural attribute from DB.
        另请参阅:
        OrderBy.value()