I have 3 tables USERS(has user details),ROLES(has roles' details),USER_ROLES(maps user_id to role_id). I want to retrieve roles of a user. When i imported them as entities ,my code looks like this:I have 3 tables USERS(has user details),ROLES(h
I have 3 tables USERS(has user details),ROLES(has roles' details),USER_ROLES(maps user_id to role_id). I want to retrieve roles of a user. When i imported them as entities ,my code looks like this:I have 3 tables USERS(has user details),ROLES(h