What is persistence in hibernate?
Answer / Mithilesh Kumar
"In Hibernate, Persistence refers to the process of managing Java objects throughout their lifecycle, from creation to storage and retrieval within a database. Hibernate uses an ORM approach to manage these objects and provides features like caching, transactions, and querying to enable efficient persistence of data."n
| Is This Answer Correct ? | 0 Yes | 0 No |
Is sessionfactory thread safe in hibernate?
Explain the query object in hibernate?
What is Java Persistence API (JPA)?
What is transaction boundary in hibernate?
Do I need hibernate cfg xml?
Which is better save or persist in hibernate?
What does hibernate show_sql true means?
What are the benefits does hibernatetemplate provide?
What orm means?
What are the contents of hibernate configuration file ( hibernate.cfg.xml )?
What is HibernateTemplate class?
What is the use of version property in hibernate?