Hello,
I have a emergent question.Here I have designed 3 tables:User
Domain Role and I have
implemented User - Role M:N relation by add a table User_Role
including the PK of table
User & Role and write repository xml file(collection-descriptor,
fk-pointing-to-this-class
fk-pointing-to-element-class).Now I want to add a column of PK of
Domain in table
user_role,which means a user in a domain have a role,who can tell
me how to implement it,
thanks a lot.
