How can you share your views on mapping description files?



How can you share your views on mapping description files?..

Answer / Sanjay Rathour

"Mapping Description Files (MDFs) in Hibernate define the mappings between Java classes and database tables. I believe that they should be well-structured, clear, and easy to understand as they are essential for maintaining a proper connection between your application's data model and the underlying database."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

Does hibernate use jdbc internally?

1 Answers  


What is @embeddedid in hibernate?

1 Answers  


Why is orm preferred over jdbc?

1 Answers  


How to get current date in hibernate query?

1 Answers  


What is the purpose of an orm?

1 Answers  


Is orm a design pattern?

1 Answers  


What role does the session interface play in hibernate?

1 Answers  


What is sessionfactory in hibernate?

1 Answers  


What are the benefits of ORM?

1 Answers  


What is unidirectional and bidirectional?

1 Answers  


What is 2nd level cache?

1 Answers  


What is lazy loading in hibernate and how is it done?

1 Answers  


Categories