ProjectionList hibernate Criteria (Object Relational Mapping forum at JavaRanch)
Hi, am struggling to understand the use of Projections.property... consider the followin [code=java] public static void main(String[] args) { Hiberna ... if we run the criteria without the projectionlist added then we would get a query like select id, nam...