ncthuc / hibernate-generic-dao

Automatically exported from code.google.com/p/hibernate-generic-dao
0 stars 0 forks source link

Util.getExpectedClass needs to conform to Hibernate #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by dwolvert on 1 Dec 2008 at 10:22

GoogleCodeExporter commented 8 years ago
Fixed for 0.3.4

Original comment by dwolvert on 16 Dec 2008 at 7:33