What are different types of associations in hibernate?
Answer / Raja Babu Singh
Hibernate supports several types of associations: OneToOne, OneToMany, ManyToOne, and ManyToMany. Each association has a corresponding annotation (such as @OneToOne, @OneToMany, etc.) that defines the relationship between entities.
| Is This Answer Correct ? | 0 Yes | 0 No |
Mention some of the advantages of using orm over jdbc.
What do you mean by named – sql query?
Is active record an orm?
Do I need hibernate cfg xml?
Explain the difference between criteria and criterion in hibernate?
Which annotation is used to declare a class as a hibernate bean ?
What is the file extension you use for hibernate mapping file?
What entries we make in the hibernate config file if we are not using hbm files but annotations?
How to configure hibernate in spring mvc?
What is a pure relational orm?
What are the advantages of using hibernate over jdbc?
How can we call stored procedure in hibernate using named query?