Hibernate中的QBC查询 对象A(包含字段id,name,status)是对象B(包含字段id,name)中的一个元素

2024-12-25 14:23:32
推荐回答(1个)
回答1:

select new A(name,status) from b where b.id >10;