Details
Description
Hello together,
I have in one table more than one relationship to one another table (f.e. customer.deliveryAdress and customer.invoiceAdress, both of them points to adress table).
So if I create the DB Entities and Object Classes over the Cayenne Modeler from DB (Menu "Reengineer DB Schema") the relationship name are like toAdress and toAdress1.
But if I create the model new from the same DB the names can be mixed up, so invoiceAdress is "toAdress" and deliveryAdress is "toAdress1" or the other way around.
Also the "Array"-names will be mixed up.
I hope this is understandable.
Greets