摘要:
Subquery subquery = criteriaQuery.subquery(A.class); Root root1 = subquery.from(A.class); subquery = subquery.select(root1.get("id")); subquery = subquery.where(criteriaBuilder.and( criteriaBuil... 阅读全文
posted @ 2018-01-21 08:08
white knight
阅读(617)
评论(0)
推荐(0)