It's possible to partially disable LazyLoading ? For example :
If we have : ParentObject - ChildLevel1- ChildLevel2
I want to disable LazyLoading only for ChildLevel1 , so when the ParentObject are loaded , the ChildLevel1 should not be loaded automatically. But when I manually will load ChildLevel1 , for childlevel2 the Lazyloading should function as usual.
It's this possible ?
Thank you !