-
[Spring boot] QueryDSL 알리아스Spring Boot 2025. 3. 7. 13:58
Expressions.as(null, "itemStandardName"), // null 알리아스 Expressions.as(Expressions.constant('N'), "activeFlag"), // 상수 알리아스 dpiProjectDetail.projectInsulation.max().as("projectInsulation"), // 컬럼 알리아스
'Spring Boot' 카테고리의 다른 글
[Spring boot] 엔티티 복합키 설정 (0) 2025.03.06 @SuppressWarnings 어노테이션 (0) 2024.08.29 [Spring boot] ResultSet java.sql.SQLDataException / Error attempting to get column '컬럼' from result set - 트러블 슈팅 (0) 2024.07.27 [Spring boot] Result Map 매핑 안되는 오류 (나는 진짜 바보인가) (0) 2024.07.27 [Spring boot] @RequestParam / @RequestBody + @RequestPart 구분하기 (0) 2024.07.27