Sort
    • PDF

    Sort

    • PDF

    기사 요약

    설명

    정렬 기준

    구문

    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.