What is hibernate mapping file?
Answer / Satendra Singh
The Hibernate mapping file (hbm.xml or entity-mappings.xml) maps Java classes to database tables and defines relationships between them.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to create entity class in hibernate?
What are the cascade types in hibernate?
What is difference between session get() and load() method in hibernate?
What is the difference between update and merge method?
Is hibernate bad for ssd?
Can hibernate id be string?
What is n+1 select problem in hibernate?
What is use of hibernate session merge() call?
What are the different cascade types?
What are the important interfaces in hibernate?
How is hql query created?
What is hibernate 2nd level cache?