[jboss-user] [JBoss Seam] - Re: @Embeddable question

fernando_jmt do-not-reply at jboss.com
Mon May 21 09:52:28 EDT 2007


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#4047243

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



More information about the jboss-user mailing list