I am using HibernateTemplate to try and perform a find on my data objects. The method generates the correct SQL and even returns a List of the correct size, but every object in the result is null. Does anyone have any ideas to fix this problem?
Thanks


Reply With Quote