You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I believe is completely legal usage case, is causing something like this:
...
Caused by: org.batoo.jpa.parser.MappingException: Duplicate table names JoinTable[itemCategory class entities.Item.categories], JoinTable[itemCategory class entities.Category.items]
at org.batoo.jpa.core.impl.model.MetamodelImpl.checkTables(MetamodelImpl.java:379)
at org.batoo.jpa.core.impl.manager.EntityManagerFactoryImpl.<init>(EntityManagerFactoryImpl.java:157)
at org.batoo.jpa.core.impl.manager.JtaEntityManagerFactoryImpl.<init>(JtaEntityManagerFactoryImpl.java:80)
at org.batoo.jpa.core.BatooPersistenceProvider.createContainerEntityManagerFactory(BatooPersistenceProvider.java:72)
at org.batoo.jpa.core.BatooPersistenceProvider.createContainerEntityManagerFactory(BatooPersistenceProvider.java:44)
...
The text was updated successfully, but these errors were encountered:
It seems there is an issue mapping many to many relation like:
and
What I believe is completely legal usage case, is causing something like this:
The text was updated successfully, but these errors were encountered: