The method currently assumes that Hibernate is using the default property
accessor method of getters and setters. It also assumes that the hibernate
property names always match these getters and setters.
I recommend using a pluggable implementation of this method that is
implemented for Hibernate using Hibernate class meta data.
The reason this should be pluggable, is that we are trying to keep open the
possibility of using another framework underneath the DAO interfaces, like
some other J2EE persistence implementation.
Original issue reported on code.google.com by dwolvert on 25 Nov 2008 at 7:38
Original issue reported on code.google.com by
dwolvert
on 25 Nov 2008 at 7:38