1.

Which element of hbm.xml defines a specific mappings from a Java classes to the database tables?

Answer»

The <class> elements are used to define specific mappings from a Java classes to the database tables. The Java class name is specified using the name attribute of the class element and the database table name is specified using the table attribute.



Discussion

No Comment Found