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 |
What is the difference between eclipselink and hibernate?
Why is hibernate called orm?
What are bidirectional relationships?
Which is faster jdbc or hibernate?
What are the two key components of a hibernate configuration object?
Define cascade and inverse option in one-many mapping?
How to integrate log4j logging in hibernate application?
What is the use of mappedby in hibernate?
How does hibernate update work?
Does hibernate work without primary key?
What are different types of associations in hibernate?
How many types of transaction are there in hibernate?