What is hibernate mapping file?



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

Post New Answer

More Hibernate Interview Questions

How to create entity class in hibernate?

1 Answers  


What are the cascade types in hibernate?

1 Answers  


What is difference between session get() and load() method in hibernate?

1 Answers  


What is the difference between update and merge method?

1 Answers  


Is hibernate bad for ssd?

1 Answers  


Can hibernate id be string?

1 Answers  


What is n+1 select problem in hibernate?

1 Answers  


What is use of hibernate session merge() call?

1 Answers  


What are the different cascade types?

1 Answers  


What are the important interfaces in hibernate?

1 Answers  


How is hql query created?

1 Answers  


What is hibernate 2nd level cache?

1 Answers  


Categories