This repository has been archived by the owner on Feb 7, 2019. It is now read-only.
M2M assignment of absolute values
Assignment of absolute lists to M2M related properties is now possible. E.g.:
up to now, only assignments like "author.books.add(book1)" were possible.
With this feature, assignments like "author.books = [book1, book2, book3]" are possible.