| Have you tried adding @Basic? In accordance with the JPA spec, any List, Set, Collection or Map valued attribute has to be interpreted as "plural attribute" which is explicitly mapped the normal way (collection/join table). IRC though we added support for what you are trying so long at the attribute was also annotated @Basic |