ORM stands for Object Relation Mapping.The term Object Relation Mapping refers the technique to map the data from an object model representation to a relation data model.ORM provide the mapping for java classes with hibernate and it also provides data query and retrieval facilities.It remove the overhead of manually data handling in SQL and JDBC.
Now days Hibernate which is provided for java classes use that technique.
Now days Hibernate which is provided for java classes use that technique.
For Further Reading,
0 comments:
Post a Comment