Create a PkClass that has a parent object and a String, like so:
| @Embeddable
| public class Child {
|
| private Parent parent;
|
| private String language;
|
|
| // Getters and Setters
|
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4040140#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...