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 |
Why is sessionfactory thread safe?
What is attribute oriented programming?
Explain the difference between criteria and criterion in hibernate?
What are different orm tools?
What do you map in orm process?
What is save method in hibernate?
What is scalar query in hibernate?
Can we use only jpa without hibernate?
What is proxy object in hibernate?
What is cascadetype in hibernate annotations?
What is one to many and many to many relationships one to many?
What the three inheritance models are of hibernate?