What is reverse engineering in hibernate?
Answer / Bhawana Joshi
Reverse Engineering in Hibernate refers to the process of automatically generating Java classes based on an existing database schema. This allows you to create persistent entities that map directly to your database tables without having to write all the Java code manually.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is criteria api?
How to use union all in hibernate query?
Can we update primary key in hibernate?
What is fetchtype lazy?
What is the difference between one to one and one to many relationship?
What is a crud repository?
Which one is faster jdbc or hibernate?
Is hibernate framework good?
What is lazy loading in hibernate?
What are the main differences between persistent and transient objects?
What is the use of merge method in hibernate?
How do you map java objects with database tables?