I have a table called people with a Primary Key column of ID and a column called supervisorID, which is a reference back to the same table referencing a person. I want to show the supervisorID as the persons name that its referencing instead of the ID. I know this is more of a coding question but how would I go about implementing this in Spring Roo? Any help would be appreciated.