What is a zero to many relationship?
Answer / Rakee Maurya
A zero to many relationship, also known as one-to-many unowned relationship, indicates that zero or more instances of one entity can be associated with one instance of another entity. In Hibernate, this relationship can be mapped using @OneToMany annotation on the owning side and no annotations on the non-owning side.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between merge and merge join in ssis?
What is a meant by medium object mapping?
How to get current date in hibernate query?
What is the difference between save() and persist() methods of session object?
What is the difference between first level cache and second level cache?
Explain session object in hibernate?
Difference between save() and saveorupdate() method of hibernate?
What is session object in hibernate?
What is the difference between get and load in hibernate?
Is hibernate free?
What is orm navy?
What does an orm solution comprises of?