0 votes
in Hibernate by

Explain hibernate mapping file.

1 Answer

0 votes
by

A hibernate mapping file is an XML file that defines the relationship between a Java class and a database table. It specifies the mapping of the class properties to the table columns and describes any additional connections between the class and other classes or tables. 

...