This might be pretty stupid question, therefore accept my apologies in advance please. :)
I'm trying to get some info about many-to-one's attribute "lazy". I'm pretty sure there must be dozens of threads on that topic, so I searched for "many-to-one lazy"...
Code:
No posts were found because the word many-to-one is not contained in any post.
Yeah, right. :)
I repeated my search with "many\-to\-one", and also tried to make use of Google, but
as you can see it does not help much.
How do you search such terms? :)
The actual question I have is whether it is
official and given fact that lazy loading can't be used with many-to-one where the property can be null, as
hinted here... And whether it always has been like that...? (Because I have this feeling that on one old project of mine it worked as expected, w/o "not-null" on that property.)