adspace


What is hibernate dtd?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is latest hibernate version?

493