<set name="ta" table="tablea" inverse="true" cascade="delete" lazy="false" order-by="id asc" fetch="join" where="type=2" >
            <key column="tb" not-null="false"></key>
            <one-to-many class="tablea"/>
        </set>
进行了如上配置后,在原本tablea中不存在主外键设置的表中自动添加了和当前配置模型对应的表相关的外键关系,请问怎么可以不让hibernate自动添加这个外键关系