I make a mistake in my last post, the code shoul be:
| public class XYZ {
| ...
| @Embedded
| private ABC abc = new ABC();
|
| ...
| getters/setters
| }
|
|
And your ABC must have @Embeddable at type level.
do you have it in this way?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047243#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...