What is hibernate configuration file?



What is hibernate configuration file?..

Answer / Sheo Kumar Gautam

The Hibernate configuration file (hibernate.cfg.xml or persistence.xml) contains settings for the Hibernate session factory and various connection, cache, and mapping properties.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

What is collection mapping in hibernate?

1 Answers  


What is the way to rollback transaction if something goes wrong using hibernate api?

1 Answers  


What is cascade type?

1 Answers  


Mention some important annotations used for hibernate mapping?

1 Answers  


What is purpose of hibernate?

1 Answers  


How will you explain save() and saveorupdate() methods in hibernate?

1 Answers  


What is the purpose of orm?

1 Answers  


What is callback interface in hibernate?

1 Answers  


Is hibernate an implementation of jpa?

1 Answers  


Is jpa better than hibernate?

1 Answers  


What is the difference between an orm and an odm?

1 Answers  


What is the difference between load() and get() method?

1 Answers  


Categories