Hi
I generated my POJO’s and DOA’s for Spring using the normal MyEclipse Hibernate reverse engineering. All seemed to have worked fine until I came to the table’s with composite keys. In the tables with a normal key, the DOA is extended from HibernateDaoSupport and has a function included getFromApplicationContext. These are also included in the applicationContext.xml.
In the case of the composite keys, the DOA is inherited from BaseHibernateDAO. It is not included in the applicationContext.xml and it does not have a getFromApplicationContext. It seems they need to be handled differently. Could you point me in the right direction here?
Thank you
rbrand