Hi! Is there a way to use DSL to insert and query ...
# exposed
v
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
No, because you have to get all parent ids before inerting children. You can try to write your own extention for that