질문&답변
2023.07.06
LocalDateTime to DateExpression을 생성하는 방법?
val targetDate = LocalDate.of(2023, 10, 11) Expressions.asDate(targetDate).between( scheduleEntity.startDate, scheduleEntity.endDate ); [자문자답] 위와 같이 할 수 있습니다!