문제 상황 @Override public ThemeDetailDTO themeDetail(Long themeId) { return queryFactory .select(new QThemeDetailDTO( theme.id, theme.name, theme.genre, theme.activity, theme.difficult, theme.limitTime, theme.recommendStart, theme.recommendEnd, theme.info, theme.imageUrl, cafe.id, cafe.name, cafe.domain, cafe.location, Expressions.template(Double.class, "ROUND({0}, 2)", review.rating.avg().coalesce..