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,
- How to set Hibernate environment in java application
- What is Hibernate ?
- Hibernate Tutorials
- Spring Framework - MethodReplacer Example in spring
- Spring Framework - Example of Database Connectivity with DataSource
- Spring Framework- Execption handling in AOP
- Spring Framework - Example to use @Before annotation with args() in AOP
- Spring Framework-Example to use JoinPoint in AOP
- How to insert a record in table using hibernate.
- How to write hibernate code in java application
0 comments:
Post a Comment