https://kotlinlang.org logo
v

Vinicius Araujo

10/26/2019, 11:39 PM
Hi! Is there a way to use DSL to insert and query with one-to-many child list as easy as the DAO espec (eg. all in one statment)?
t

tapac

10/30/2019, 4:19 PM
No, because you have to get all parent ids before inerting children. You can try to write your own extention for that
2 Views