
difference between lazy=true and lazy=false? with brief explanation

Difference between lazy="true" and lazy="false":
lazy="false" specifies that the association will always be eagerly fetched.
lazy="true" specifies that you can load associated collections lazily if and only if session is open.
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.