I am planing to use Spring JDBCTemplate for all my database needs. I wanted to know if there is a Eclipse plugin which will take a data base table and auto generate –
- The domain model POJOs
- DAO Classes
I know such a tool already exists for hibernate(http://www.hibernate.org/subprojects/tools.html). Is there a similar plugin which will help me auto generate Spring JDBCTemplate classes?
I did a lot of research around this and now i know that there is no Eclipse plugin for my purpose.