Sunday, April 10, 2016

What is ORM ?

ORM is Object Relational Mapping. It's not really a replacement for JDBC and SQL because under the hood it usually uses JDBC/SQL. You can think of it as an easier way for developers to map a Java data model to a corresponding database model in both directions. 

No comments:

Post a Comment