So what is now about my original problem then. How can I make hibernate absolutely not query for related entities in a ManyToOne relationship until my code asks for it? When Fetchtype.LAZY didn’t do the task, and enhancing didn’t do it?
So what is now about my original problem then. How can I make hibernate absolutely not query for related entities in a ManyToOne relationship until my code asks for it? When Fetchtype.LAZY didn’t do the task, and enhancing didn’t do it?