What is hibernate mapping?



What is hibernate mapping?..

Answer / Charchit Swami

Hibernate Mapping is a process of defining the relationship between Java classes and corresponding database tables. Hibernate uses XML mappings (hbm.xml) or annotations to perform this mapping.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

What is detached in hibernate?

1 Answers  


What is columnar data format?

1 Answers  


List the key components of hibernate.

1 Answers  


How to invoke a stored procedure in hibernate?

1 Answers  


What is Hibernate Session and how to get it?

1 Answers  


What is hibernate hbm2ddl auto?

1 Answers  


Why is jdbc better than hibernate?

1 Answers  


Why do you need orm tools like hibernate?

1 Answers  


What is @manytoone?

1 Answers  


What does it mean to be inverse?

1 Answers  


What is candidate key explain with example?

1 Answers  


What does orm consists of?

1 Answers  


Categories