To clarify the spec actually says that the attribute needs to be "explicitly annotated as Enumerated" in order for the AttributeConverter to not be applied. You don't have that here, so it should work...
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)