What is dtd in hibernate?



What is dtd in hibernate?..

Answer / Raman Kumar Raushan

In Hibernate, DTD (Document Type Definition) is not directly related as it's a part of XML schema definition language. However, Hibernate uses XML configuration files for mapping entities to database tables.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

What is the difference between spring jpa and hibernate?

1 Answers  


What is query level cache in hibernate?

1 Answers  


Is hibernate faster than jdbc?

1 Answers  


What is the purpose of dialect configured in hibernate configuration file?

1 Answers  


Define hibernate validator framework

1 Answers  


Which is better jdbc or hibernate?

1 Answers  


What are different ways to disable hibernate second level cache?

1 Answers  


Can you declare mappings for multiple classes in one mapping file?

1 Answers  


What is hibernate search?

1 Answers  


What is the use of sessionfactory in hibernate?

1 Answers  


What is the difference between flush and commit in hibernate?

1 Answers  


What is orm principle?

1 Answers  


Categories