Community
Participate
Working Groups
Using the model in org.eclipse.persistence.testing.models.jpa.advanced that was created to fix bug 328114 I am not able to correctly generate tables. This is the Loot, Bag, Quantity, and Cost entities The column JPA_LOOT.QTY_VALUE is not created @Entity @Table(name="JPA_LOOT") public class Loot { @Id @GeneratedValue public int id; @Embedded @AttributeOverrides ({ @AttributeOverride(name="quantity.value",column=@Column(name="QTY_VALUE")), @AttributeOverride(name="cost.value", column=@Column(name="COST_VALUE")) }) public Bag bag; }
Setting target and priority. See the following page for the meanings of these fields: http://wiki.eclipse.org/EclipseLink/Development/Bugs/Guidelines Community: Please vote for this bug if it is important to you. Votes are one of the main criteria we use to determine which bugs to fix next.
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink