I have a CMR relationship using a foreign key mapping and a CMR relationship 
with a relation table mapping: 

user(id_user)

info(id_info)

info_user(id_user,id_info) <====== a relation table mapping

How can I add another field in info_user table ?

for example "date"  and "statut" fields 
======> info_user(id_user,id_info,date,statut)




 



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859617#3859617

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859617


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to