I map a relation between a ProductSet who contains multiple Product. ProductSet.cfc:
property name="products" singularname="product" fieldtype="many-to-many" cfc="Product" linktable="link_productset_product" fkcolumn="productSetId" ...