Hi All,
I have two tables viz. Client and Employee and a JoinTable Client_Employee having two
fields client_id and Employee_id which are foreign keys to the Client and Employee table
respectively. However, if I want to have an additional field in the JoinTable like Emp_No,
how to handle this in ejb3?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105321#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...