Sort
    • PDF

    Sort

    • PDF

    Article Summary

    説明

    ソート基準

    構文

    private String direction;
    private String property;
    private Boolean ignoreCase;
    private String nullHandling;
    private Boolean ascending;
    private Boolean descending;
    

    フィールド

    項目必須タイプ制約事項説明
    directionYesStringASC, DESCソート方向
    propertyYesStringソート基準フィールド名
    ignoreCaseYesBoolean大小文字を区分してソートするかしないかに対するフラグ
    nullHandlingYesStringNATIVE, NULLS_FIRST, NULLS_LASTnull処理方式 (NATIVE: data処理ロジックに任せる、NULLS_FIRST : null値が前に、NULLS_LAST: null値が後ろに)
    ascendingYesBooleanソート方向がAscending(ASC)であるかの区分
    descendingYesBooleanソート方向がDescending(DESC)であるかの区分

    この記事は役に立ちましたか?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.