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 |
What is the difference between spring jpa and hibernate?
What is query level cache in hibernate?
Is hibernate faster than jdbc?
What is the purpose of dialect configured in hibernate configuration file?
Define hibernate validator framework
Which is better jdbc or hibernate?
What are different ways to disable hibernate second level cache?
Can you declare mappings for multiple classes in one mapping file?
What is hibernate search?
What is the use of sessionfactory in hibernate?
What is the difference between flush and commit in hibernate?
What is orm principle?