What is meant by lazy loading in hibernate?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between save() and persist() method in hibernate?
Explain the types of hibernate instance states.
Explain criteria api?
What is indexing in hibernate?
Should all the mapping files of hibernate have .hbm.xml extension to work properly?
What are the contents of hibernate configuration file ( hibernate.cfg.xml )?
What is Hibernate Proxy and how it helps in lazy loading?
How does hibernate distinguish between transient (i.e. Newly instantiated) and detached objects?
Which is better hibernate or jdbc?
What is the difference between session and entitymanager?
Can we execute native sql query in hibernate?
Why orm is needed?