What are the hibernate annotations?



What are the hibernate annotations?..

Answer / Dinesh Kumar Yadav

Hibernate Annotations are metadata that provide information about Java classes, properties, and methods to Hibernate. They help in mapping the Java objects with the database tables.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

Why is sessionfactory thread safe?

1 Answers  


What is attribute oriented programming?

1 Answers  


Explain the difference between criteria and criterion in hibernate?

1 Answers  


What are different orm tools?

1 Answers  


What do you map in orm process?

1 Answers  


What is save method in hibernate?

1 Answers  


What is scalar query in hibernate?

1 Answers  


Can we use only jpa without hibernate?

1 Answers  


What is proxy object in hibernate?

1 Answers  


What is cascadetype in hibernate annotations?

1 Answers  


What is one to many and many to many relationships one to many?

1 Answers  


What the three inheritance models are of hibernate?

1 Answers  


Categories