Skip to content

[질문] 커서가 0일 때는 어떻게 처리되는건가요? #208

Description

@sacru2red

📄 설명

제 생각에는 커서가 0일때와 null일때의 동작이 같아야 할 것 같은데
커서가 0일때는 빈배열이 반환되더라고요.

private BooleanExpression cursorCondition(Long cursor) {
	return cursor != null ? personalChallengeCertification.id.lt(cursor) : null;
}

✅ 작업할 내용

.

🙋🏻 참고 자료

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions