Name some important annotations used for Hibernate mapping?



Name some important annotations used for Hibernate mapping?..

Answer / Akhilesh Kumar Jaiswal

Some essential annotations in Hibernate mapping include @Entity, @Id, @Column, @Table, @OneToMany, @ManyToOne, and @JoinColumn.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

Is session is thread safe in hibernate?

1 Answers  


What are the benefits of hibernate over jdbc?

1 Answers  


What are the steps of calling a stored procedure in hibernate?

1 Answers  


What is the difference between eclipselink and hibernate?

1 Answers  


What is mappedby in hibernate?

1 Answers  


What is hibernate session factory?

1 Answers  


What is hibernate hbm2ddl auto?

1 Answers  


What will happen if we don’t have no-args constructor in entity bean?

1 Answers  


What is the purpose of dialect configured in hibernate configuration file?

1 Answers  


What is many-to-many association in hibernate?

1 Answers  


What are the benefits of orm and hibernate?

1 Answers  


What is generationtype identity?

1 Answers  


Categories