uary 2005 2:03 AM
To: Hibernate development
Subject: [Hibernate] criteria enhancements and some refactorings...
Should we automatically set Criteria.PROJECTION_RESULT as
resulttransformer when calling setProjection ?
Or should the user explicitly state what she wants ?
--
Max Rydahl Andersen
callto:
Hi guys,
Ok, i've now committed my "addons" on Gavins great work on the projection
API in Criteria.
I have added a ToBeanResultTransformer which makes it possible to do stuff
like:
public class StudentDTO {
...
public String courseDescription;
public String setStudentN