Heres the text of the error for those searching...
"An identification variable must not have the same name as any entity in the same persistence"
If I change the name in @Entity or the identifiers in the JPQL the error goes away.
Is this a code generation problem or is there some configuration I'm missing?
<enrichment>
<conventions>
<entity-naming-convention type="apply-field-alias-based-on-camelcase"/>
<column-naming-convention type="apply-field-alias-based-on-camelcase"/>
</conventions>
</enrichment>
You can get some inspiration of the northwind reverse engineering at http://minuteproject.blogspot.be/2013/08/northwind-db-revisited-with-mp-4-ox.html
Best regards,
Florian
--
Vous recevez ce message, car vous êtes abonné au groupe Google Groupes "minuteproject".
Pour vous désabonner de ce groupe et ne plus recevoir d'e-mails le concernant, envoyez un e-mail à l'adresse minuteprojec...@googlegroups.com.
Pour obtenir davantage d'options, consultez la page https://groups.google.com/d/optout.
--
Vous recevez ce message, car vous êtes abonné à un sujet dans le groupe Google Groupes "minuteproject".
Pour vous désabonner de ce sujet, visitez le site https://groups.google.com/d/topic/minuteproject/HHGvntwa5Rs/unsubscribe.
Pour vous désabonner de ce groupe et de tous ses sujets, envoyez un e-mail à l'adresse minuteprojec...@googlegroups.com.


--