adspace


Why do we need mapping in hibernate?

Answer Posted / Vaibhav Shrivastava

Mapping is needed in Hibernate to establish a connection between Java objects and the corresponding database tables. It allows Hibernate to understand how the data should be stored and retrieved from the database, simplifying the process of managing database interactions.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is latest hibernate version?

493