What is reverse engineering in hibernate?



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

Post New Answer

More Hibernate Interview Questions

What is criteria api?

1 Answers  


How to use union all in hibernate query?

1 Answers  


Can we update primary key in hibernate?

1 Answers  


What is fetchtype lazy?

1 Answers  


What is the difference between one to one and one to many relationship?

1 Answers  


What is a crud repository?

1 Answers  


Which one is faster jdbc or hibernate?

1 Answers  


Is hibernate framework good?

1 Answers  


What is lazy loading in hibernate?

1 Answers  


What are the main differences between persistent and transient objects?

1 Answers  


What is the use of merge method in hibernate?

1 Answers  


How do you map java objects with database tables?

1 Answers  


Categories