IDragonfire

Results 16 comments of IDragonfire

This libary is not useable with this error ... (and also with the width problem https://github.com/720kb/angular-tooltips/issues/162) I switched to https://github.com/Intellipharm/angular-tooltips

I updated this [FAQ](https://hackmd.io/Gd_gueokTNui_fqzOSG2Tg#Common-Desync-Reasons) is this somehow synced with this [FAQ](https://rimworldmultiplayer.com/about/faq/)?

The last weekend I also fough with a `@ManyToMany` relation (https://github.com/FAForever/faf-java-api/pull/91) If I have time today I will check your example project, because for me `@ManyToMany` worked like expected ......

@francescoesposito7 You defined no `@JoinTable` like @DeathByTape mention. How should the Persistence Layer find the relation from `Parent` to `Child`?

@francescoesposito7 It finds the relationship on this code? https://github.com/francescoesposito7/elideTest/blob/671d079da7f42471e87dfa33a01a4703c877ddcb/ElideTest/src/main/java/com/elide/test/entities/Parent.java#L45 We cannot check your `@JoinTable` definition if you don't commit it ....

@francescoesposito7 Please take a look at the documentation, e.g. https://en.wikibooks.org/wiki/Java_Persistence/ManyToMany `@JoinColumn`'s are missing. How should the persistence layer know what columns in the table are related to what entities?

Next time please format the message ;) Request: `/parent` ```json { "data":[ { "type":"parent", "id":"1", "attributes":{ "description":null, "name":"Giorgio" }, "relationships":{ "children":{ "data":[ { "type":"child", "id":"1" } ] } } },...

I am sorry @francescoesposito7 , I cannot reproduce your error. I copied your files to my sample project (using h2 in memory instead of postgres) https://github.com/IDragonfire/spring-boot-jpa-elide/tree/test/francescoesposito7 Are the entities in...

@francescoesposito7 If you solved the issue, please write the solution here and close the issue ;)

@francescoesposito7 what bug? Is this issue solved?