Support many-to-many association in the Mapper class.
This would allow users to declare an attribute in their model classes being a list of Entity objects and for which there's a many to many association (e.g. for which a relationship table between both source tables has been declared)
Support many-to-many association in the
Mapperclass.This would allow users to declare an attribute in their model classes being a list of
Entityobjects and for which there's a many to many association (e.g. for which a relationship table between both source tables has been declared)