jpa CriteriaQueryNo explicit selection and an implicit one could not be determined
Posted xingxiaomeng
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jpa CriteriaQueryNo explicit selection and an implicit one could not be determined相关的知识,希望对你有一定的参考价值。
java.lang.IllegalArgumentException: Error occurred validating the Criteria
。。。
Caused by: java.lang.IllegalStateException: No explicit selection and an implicit one could not be determined
使用JPA的Criteria进行安全类型的查询分页数据,执行抛出: No explicit selection and an implicit one could not be determined 异常,原因是使用CriteriaBuilder.createTupleQuery进行查询,没有置顶查询的结果集的列,需要使用 query.multiselect明确指定返回的列
以上是关于jpa CriteriaQueryNo explicit selection and an implicit one could not be determined的主要内容,如果未能解决你的问题,请参考以下文章