Hi tenwit,
W.r.t to the disscussion
http://forum.hibernate.org/viewtopic.php?t=957800, I have found that itz still a open bug in Hibernate (
http://opensource.atlassian.com/projects/hibernate/browse/HHH-1747).
I refered BasicPropertyAccessor.getterMethod()[
http://www.kickjava.com/src/org/hibernate/property/BasicPropertyAccessor.java.htm].
Also API-Documentation for getDeclaredMethods() says "The elements in the array returned are not sorted and are not in any particular order", so you don't actually know which accessor will be chosen:
http://java.sun.com/j2se/1.4.2/docs/api ... edMethods()
Can you plz throw more lights on this..