What is a zero to many relationship?



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

Post New Answer

More Hibernate Interview Questions

What is the difference between merge and merge join in ssis?

1 Answers  


What is a meant by medium object mapping?

1 Answers  


How to get current date in hibernate query?

1 Answers  


What is the difference between save() and persist() methods of session object?

1 Answers  


What is the difference between first level cache and second level cache?

1 Answers  


Explain session object in hibernate?

1 Answers  


Difference between save() and saveorupdate() method of hibernate?

1 Answers  


What is session object in hibernate?

1 Answers  


What is the difference between get and load in hibernate?

1 Answers  


Is hibernate free?

1 Answers  


What is orm navy?

1 Answers  


What does an orm solution comprises of?

1 Answers  


Categories