67,549
社区成员




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' /] |