What is fetchtype lazy in hibernate?
Answer / Amit Kumar Agrawal
FetchType.LAZY in Hibernate indicates that a relationship should be fetched only when it is explicitly accessed, not during the initial fetch of the parent entity.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why annotations are used in hibernate?
What is an orm tool?
How many types of transaction are there in hibernate?
How to implement relationships in hibernate?
Should I use orm or not?
What is mappedby in hibernate?
What are callback interfaces in hibernate?
What is the file name of hibernate configuration file?
What are the disadvantages of hibernate?
What is the use of configuration in hibernate?
Which are the elements of hibernate architecture?
Is orm faster than sql?