| I have one table named "User" and it contain one to many mapping with other table "friends". The fetch type is Lazy.The friends table contain user object. I need the result like user object with friends details. I am using exclusion strategy to ignore fields. So the problem is when i am accessing user object then friend field is accessing recursively . |