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 |
Is id mandatory in hibernate?
What is the difference between and merge and update?
What is the difference between get and load in hibernate?
How does hibernate work?
Is hibernate bad for ssd?
What are the Collection types in Hibernate?
How many types of cascade are there in hibernate?
What is meant by light object mapping?
How to invoke a stored procedure in hibernate?
How to write named query in hibernate?
What are the types of entity relationship?
What is the use of version property in hibernate?