반응형
import static com.querydsl.core.types.dsl.Expressions.asString;
jpaQueryFactory.select(asString("READ").as("type").from(tbUser);
728x90
반응형
'Database ( DB ) > JPA, Querydsl' 카테고리의 다른 글
No identifier specified for entity (0) | 2020.12.19 |
---|---|
jpa] @CreatedDate annotation이 동작하지 않는 경우 (0) | 2020.12.04 |
[querydsl] subquery alias (0) | 2019.07.23 |
[Querydsl] 동적으로 where 만들기 (0) | 2019.07.18 |
[Querydsl] CASE WHEN 사용하기 (0) | 2019.07.18 |