67,538
社区成员
发帖
与我相关
我的任务
分享
Criteria c = session.createCriteria(TestItem.class);
ProjectionList projectionList = Projections.projectionList();
if(true){
projectionList.add(Projections.property("name").as("name"));
}
c.setProjection(projectionList)
.setResultTransformer(new AliasToBeanResultTransformer(TestItem.class));
| ${c.name} |
| [@cms.ArtiList chnlId=c.id sysContent='1-1' titLen='20' count='6' /] |