Hi All,
We have clarification on this quick note about Scaffolding from a Database Tables:
1. In the “Select Database Tables” wizard pane during scaffolding, add JOIN tables.
2. In the “Database Scaffolding Options” wizard pane, more than likely you do NOT want to select the JOIN table.
There may be cases when you need to use that table in the application, but if it only contains foreign keys, then MyEclipse for Spring / Hibernate will automatically use that table for the join without it being selected. It will not create an Entity for the JOIN table unless selected as a parent.
Some examples of a 3rd join table are with Many-to-Many or uni-directional One-To-Many relationships.
See the following screenshots: