0 votes
in Hibernate by
What are the most commonly used annotations available to support hibernate mapping?

1 Answer

0 votes
by

The most commonly used annotations for hibernate mapping are @Entity, @Table, @Column, @Id, @GeneratedValue, @ManyToOne, and @OneToMany. 

...