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#4040140
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4040140
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user