Wondering if there is an Eclipse plugin for Spring JDBCTemplate code generation.



I was required to use Spring JDBCTemplate for all my database needs. Need to know if there is an Eclipse plugin which will take a data base table and auto generate - The domain model POJOs and DAO Classes.

I am aware of the fact that such a tool already exists for hibernate but is there a similar plugin which can help me to auto generate Spring JDBCTemplate classes? Help please.