How would one map this object to only retrieve the collection below and ignore it totally when creating or updating the object to the db?
<bag name="children" table="tb_parent_child" lazy="false">
<key column="parentID"/>
<one-to-many class="Child"/>
</bag>
thanks