What is association mapping in hibernate?
Answer / Raj Kumar Srivastava
Association Mapping in Hibernate refers to the way in which relationships between entities are established. It includes one-to-one, one-to-many, many-to-one, and many-to-many associations.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the meaning of persistence in hibernate?
What is HQL?
What are the advantages of hibernate?
What is hibernate in j2ee?
What is difference between getcurrentsession () and opensession () in hibernate?
What role does the sessionfactory interface play in hibernate?
What does hibernate.hbm2ddl.auto create means?
Can we use hibernate without jpa?
What is the use of cache in hibernate?
What is the difference between lazy and eager loading in hibernate?
Should you use an orm?
Why do we need session in hibernate?