What is Object/Relational mismatch
问题 I am a newbie to java and was reading about Object Relational Mapping. I found a term Object/Relational mismatch on this link Hibernate Can anyone explain what is Object/Relational mismatch in terms of Java. I also read about it from haacked.com but could not get it properly.Explanation with example would be appreciable. 回答1: Hibernate is an ORM (Object-Relational Mapping) tool. Its primary purpose is to translate concepts from object-oriented programming, such as classes, inheritance and