I am in need of Code generator DAO Implementation using Spring Jdbc Template.
Is there any generator (Similar to Hibernate) to generate the DAOImpl for a entity based on DB.
ie. if i give the db connection details(DB Details) so the Generator will generate Entity, Dao Impl class with basic CRUD operation and findby methos.
Any help would be appreciated.
Thanks