What is eager and lazy loading in hibernate?
Answers
Answered by
1
Entire data is collected when eager marked data in the object and when session is connected. In case of slow moving loading blueprint, lazy loading marked object does not restore data if session is disconnected when session is closed . Made by hibernate proxy
Similar questions