What is mapping in hibernate?
Answer / Shilpi Sharma
"Mapping in Hibernate refers to the process of defining a relationship between Java classes and database tables. It involves specifying how each Java class corresponds to a table, the properties of the class correspond to columns of the table, and relationships between classes correspond to foreign key constraints. This is typically done using XML mapping files or Annotations."n
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the file extension used for hibernate mapping file and hibernate configuration file?
Explain the advantages of hibernate?
What are the technologies that are supported by hibernate?
What are the ways to access hibernate by using spring?
What is the dirty checking in hibernate?
What is the importance of hibernate mapping file?
What is hibernate mapping file?
What are extension interfaces?
What is entity manager in hibernate?
How many steps are in orm?
What is a configuration in hibernate?
What is second level cache in hibernate?