What is the use of hibernate proxy in hibernate?
Answer / Mohd Rizwan
Hibernate uses proxies to handle lazy loading of objects. When you access a property of a lazy-initialized object, Hibernate automatically creates a proxy instance for that object and loads it from the database when needed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the types of hibernate instance states.
How many types of transaction are there in hibernate?
How to integrate hibernate and spring?
What is hibernate qbc api?
What is mapping in coding?
What is the need of hibernate tools when orm tools can be used?
What is hibernate configuration file?
What is hibernate and how it works?
How many types of association mapping are possible in hibernate?
What is the difference between merge and persist in hibernate?
What are pojos and what’s their significance?
What is mapping class in hibernate?