2 Replies Latest reply on Feb 4, 2009 9:13 AM by rpiaggio

    AttributeOrverride issue

    ryoung2504

      I have an @Embeddable.

      I can use this twice in a class annotated with @Entity by specifying @Embedded and @AttributeOverrides for the columns.

      However if I add a field to the @Embeddable that is annotated with @ManyToOne then it doesn't seem possible to use @AttributeOverride to distinguish the two.

      Is this functionaltiy that is missing?