This is the entity class causing a mapping error: {code} @Entity public class Customer implements Serializable { @ElementCollection(fetch = EAGER) @CollectionTable(name = "customer_color", joinColumns = @JoinColumn(name = "customer_fk", nullable = false), uniqueConstraints = @UniqueConstraint(columnNam...
This message was sent by Atlassian JIRA (v6.1-OD-08#6143-sha1:7b2ba0d)