osamukakizaki / generic-dao

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

This is more of a query than a issue. #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

Hi Guys,

I wanted to post a query, could not find a better place to place this. :)
Your framework will force the users to implement EntityImpl for all the 
entities.
Why is it required? The other similar frameworks like the ones with hibernate 
generic support do not have constraints like this. I would no like to alter my 
existing entities just to use a new framework. Can it not be done without this 
constraint?

Cheers
Sushant
sushantkunal@gmail.com

Original issue reported on code.google.com by sku...@xprotean.com on 14 Jun 2011 at 9:48

GoogleCodeExporter commented 9 years ago
I don't know if it is required. I'll look into the possibility to remove this 
interface. It would be nice to have entities independent of the Dao framework.

Original comment by simon...@gmail.com on 6 Jul 2011 at 1:25