What are the basic hibernate persistent annotations?
Answer / Hidayat Husain Naqvi
@Entity, @Id, @GeneratedValue, @Column, and @Table are some of the basic annotations used in Hibernate for configuring Java classes to be managed by Hibernate as database entities.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we use jpa without hibernate?
What is disadvantage of hibernate?
What is difference between hibernate and jdbc?
What is a session in hibernate?
Is hql database independent?
What is the difference between jpql and hql?
What is the need of hibernate tools when orm tools can be used?
What are the 4 principles of orm?
What are the restrictions for the entity classes?
How can we reattach any detached objects in Hibernate?
What is flushing in hibernate?
Is jpa an orm?