What is the purpose of mapping?



What is the purpose of mapping?..

Answer / Lalit Prasad Maurya

Mapping in Hibernate refers to the process of defining the relationship between Java classes and the database tables they represent, using XML mappings (hbm.xml) or annotations.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

What is the difference between eclipselink and hibernate?

1 Answers  


Why is hibernate called orm?

1 Answers  


What are bidirectional relationships?

1 Answers  


Which is faster jdbc or hibernate?

1 Answers  


What are the two key components of a hibernate configuration object?

1 Answers  


Define cascade and inverse option in one-many mapping?

1 Answers  


How to integrate log4j logging in hibernate application?

1 Answers  


What is the use of mappedby in hibernate?

1 Answers  


How does hibernate update work?

1 Answers  


Does hibernate work without primary key?

1 Answers  


What are different types of associations in hibernate?

1 Answers  


How many types of transaction are there in hibernate?

1 Answers  


Categories