Hibernate问题。。。急。。。。 速度来围观。。。在线等。。。
我现在有个多对多的关系。
<set name="Dictionarys" table="lns_CmsContentModelDictionary" lazy="true" fetch="select"> <key column="ContentModel_ID"/> <many-to-many class="Loonws.Infrastructure.Domain.Base.Dictionary" column="Dictionary_ID" not-found="ignore" where="IsDelete=0" /> </set>