
here is my code..
Hibernate-1
Hibernate-2
<many-to-one class="AnotherForeignKeyObjectJavaClass" lazy="false" fetch="select" name="AnotherForeignKeyObject">
<column name="fk_Another_foreign_key_object_primary_key" />
</many-to-one>
</class>
when am trying to update actual_object hibernate is also updating AnotherForeignKeyObject.i want to skip updating of AnotherForeignKeyObject.i tried lazy=true but it does not work help me on this thanks in advance.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
