Hi, I am in the process of trying a migration from hibernate to cayenne and I read on the list that there is no tool provided for doing this automatically, right?
Now I see that the modeler says that there are IDs missing in relationship tables. With relationship table I mean the table between a Many-To-Many relationship without a special meaning. In hibernate they will be mapped to tables without an ID - only two FKs. Isn't this possible in cayenne? And is cayenne's schema migration [1] as powerful as e.g. liquibase ? Regards, Peter. [1] http://cayenne.apache.org/doc/migrate-changes-between-model-and-database.html