标签: java hibernate hibernate-criteria
我在多个表之间使用连接。我想只从一个表中检索列。我尝试过这样的事情没有成功。
ProjectionList projectionList = Projections.projectionList(); projectionList.add(Projections.property("b.*"));
获得此例外,
could not resolve property: * of: MyClassName