I have two tables...

User
• ID
• Name
• LName

SystemUser
• ID
• Supervisor
• Country

They are related by ID. This is a simple join is SQL, however I am trying to join the two tables after a I reverse Engineered a Database using Spring Roo. I can't figure out the best approach to show the two tables as one entity (or at least appear that way). Any Advice?