What is mapping in coding?
Answer / Ashwani Kumar Yadav
In programming, mapping refers to the process of converting data from one format or structure to another. In the context of Hibernate, it refers to the configuration that defines how Java classes are mapped to database tables.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is fetchtype lazy in hibernate?
What is session merge in hibernate?
What is hql (hibernate query language)?
What is hibernate tool?
Difference between the first and second level cache in hibernate?
What is a unidirectional relationship?
What is hibernate in spring?
How mapping of java objects is done with database tables?
Is jpa an orm?
How is hql query created?
Why we use hibernate template?
How does hibernate update work?