What is object/relational mapping metadata?

Submitted by: Administrator
ORM tools require a metadata format for the application to specify the mapping between classes and tables, properties and columns, associations and foreign keys, Java types and SQL types. This information is called the object/relational mapping metadata. It defines the transformation between the different data type systems and relationship representations.
Submitted by: Administrator

Read Online Hibernate Job Interview Questions And Answers