You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-user@db.apache.org by bi...@zte.com.cn on 2003/08/07 09:59:34 UTC

M:N question

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.