What is hibernate dtd?



What is hibernate dtd?..

Answer / Hashir Moheet

Hibernate DTD (Document Type Definition) does not directly apply to Hibernate, a Java ORM (Object-Relational Mapping) framework. DTD is used in XML schemas to define its structure. However, Hibernate uses XML mapping files (hbm.xml) to map Java classes with database tables, so it indirectly associates with XML DTDs.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

Is id mandatory in hibernate?

1 Answers  


What is the difference between and merge and update?

1 Answers  


What is the difference between get and load in hibernate?

1 Answers  


How does hibernate work?

1 Answers  


Is hibernate bad for ssd?

1 Answers  


What are the Collection types in Hibernate?

1 Answers  


How many types of cascade are there in hibernate?

1 Answers  


What is meant by light object mapping?

1 Answers  


How to invoke a stored procedure in hibernate?

1 Answers  


How to write named query in hibernate?

1 Answers  


What are the types of entity relationship?

1 Answers  


What is the use of version property in hibernate?

1 Answers  


Categories