From what I've noticed [here](https://nhibernate.info/doc/nhibernate-reference/collections.html#collections-ofvalues) we are missing the following settings in `IManyToManyMapper`: 1) property-ref="propertyNameFromAssociatedClass" 2) order-by="columnName asc|desc" 3) unique="true|false" 4) fetch="join|select"