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 |
What is collection mapping in hibernate?
What is the way to rollback transaction if something goes wrong using hibernate api?
What is cascade type?
Mention some important annotations used for hibernate mapping?
What is purpose of hibernate?
How will you explain save() and saveorupdate() methods in hibernate?
What is the purpose of orm?
What is callback interface in hibernate?
Is hibernate an implementation of jpa?
Is jpa better than hibernate?
What is the difference between an orm and an odm?
What is the difference between load() and get() method?