Re: third-party persistance and junction table

2020-07-24 Thread Bastien Durel
Hello, OK, so I'll stick with my "dummy char(1) column as value" hack. Thanks, Le jeudi 23 juillet 2020 à 17:41 +0300, Andrei Aleksandrov a écrit : > Hi, > > Unfortunately, Ignite doesn't support such kind of relations out of > the > box. Ignite just translates it to third party data storage t

Re: third-party persistance and junction table

2020-07-23 Thread Andrei Aleksandrov
Hi, Unfortunately, Ignite doesn't support such kind of relations out of the box. Ignite just translates it to third party data storage that used as cache-store. It's expected that inserts and updates will be rejected in case if they break some rules. BR, Andrei 7/21/2020 11:16 AM, Bastien

third-party persistance and junction table

2020-07-21 Thread Bastien Durel
Hello, I have a junction table in my model, and used the web console to generate ignite config and classes from my SQL database -> There is a table user with id (long) and some data -> There is a table role with id (long) and some data -> There is a table user_role with user_id (fk) and role_id (