Sort
    • PDF

    Sort

    • PDF

    Article Summary

    Classic 환경에서 이용 가능합니다.

    정렬 기준입니다.

    구문

    구문은 다음과 같습니다.

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

    필드

    필드에 대한 설명은 다음과 같습니다.

    필드타입필수 여부설명
    directionStringRequired정렬 방향
    • ASC | DESC
      • ASC: Ascending
      • DESC: Descending
    propertyStringRequired정렬 기준 필드명
    ignoreCaseBooleanRequired정렬 시 대소문자 구분 여부
    • true | false
    nullHandlingStringRequiredNull 처리 방식
    • NATIVE | NULLS_FIRST | NULLS_LAST
      • NATIVE: 데이터 처리 로직에 맡김
      • NULLS_FIRST: Null 값이 앞으로 옴
      • NULLS_LAST: Null 값이 뒤로 옴
    ascendingBooleanRequired정렬 방향 Ascending (ASC) 여부
    • true | false
    descendingBooleanRequired정렬 방향 Descending (DESC) 여부
    • true | false

    이 문서가 도움이 되었습니까?

    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.