Dao Generator for Spring?
IDEA will reverse engineer the entity objects from a database, but is there a plug-in for IDEA that will let me also create the Dao objects?
MyEclilpse for Spring does it all including working JSPs.
Wanting to stick with IDEA, however, I'm hoping there's some plug-in(s) that might do more than just entity reverse engineering to set up Hibernate.
IMHO, spending hours writing boilerplate interface and "impl" classes shouldn't be done manually.
Thanks in advance.
-m
请先登录再写评论。
what about spring roo?
What you are looking for is spring-data, which will generate DAO implementations on the fly for properly annotated DAO interfaces.