Hi,
I have a class with a list of objects of class, that has byte array field. I want this last field to be eager loaded when I load first class.
(Class1: List)
(Class2: byte[] array)
When I load Class1 I want to load array in all objects on the list with Class2.
Any ideas?