I am setting up a new project with Spring DSL and created a new Data Access Object. In the Overview tab of the editor, it has a window that lets me select the Domain Object to be managed by this Data Access Object.
The documentation implies that we can have multiple objects managed by the same one DAO. See 8.2.1 in the myeclipse help. The screen shot shows an Add… button down below the Domain Objects panel. But in the latest 8.6 (just updated) is shows Select and only lets me have one per DAO.
Is that really correct that we have to create a new dao model for each and every domain object?
Thanks!