What is hibernate mapping?
Answer / Charchit Swami
Hibernate Mapping is a process of defining the relationship between Java classes and corresponding database tables. Hibernate uses XML mappings (hbm.xml) or annotations to perform this mapping.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is detached in hibernate?
What is columnar data format?
List the key components of hibernate.
How to invoke a stored procedure in hibernate?
What is Hibernate Session and how to get it?
What is hibernate hbm2ddl auto?
Why is jdbc better than hibernate?
Why do you need orm tools like hibernate?
What is @manytoone?
What does it mean to be inverse?
What is candidate key explain with example?
What does orm consists of?