What is persistence in hibernate?



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

Post New Answer

More Hibernate Interview Questions

Is sessionfactory thread safe in hibernate?

1 Answers  


Explain the query object in hibernate?

1 Answers  


What is Java Persistence API (JPA)?

1 Answers  


What is transaction boundary in hibernate?

1 Answers  


Do I need hibernate cfg xml?

1 Answers  


Which is better save or persist in hibernate?

1 Answers  


What does hibernate show_sql true means?

1 Answers  


What are the benefits does hibernatetemplate provide?

1 Answers  


What orm means?

1 Answers  


What are the contents of hibernate configuration file ( hibernate.cfg.xml )?

1 Answers  


What is HibernateTemplate class?

1 Answers  


What is the use of version property in hibernate?

1 Answers  


Categories