</>
Tutorials

Spring ORM Tutorial

  • Spring ORM - Useful Resources
    The following resources contain additional information on Spring ORM. Please use them to get more in-depth knowledge on this topic.
  • Discuss Spring ORM
    The Spring Framework integrates well with ORM frameworks like Hibernate, Java Persistence API (JPA), Java Data Objects (JDO) and iBATIS SQL Maps. Spring provides resource management, data access object (DAO) implementations, and transaction strategies.
  • Spring ORM - Quick Guide
    The Spring Framework integrates well with ORM frameworks like Hibernate, Java Persistence API (JPA), Java Data Objects (JDO) and iBATIS SQL Maps. Spring provides resource management, data access object (DAO) implementations, and transaction strategies. Spring allows to configure ORM library features
  • Spring ORM - Maven EclipseLink
    Let's add following dependencies in pom.xml.
  • Spring ORM - Persistence EclipseLink
    persistence.xml defines the various aspects related to eclipselink like following.
  • Spring ORM - Test EclipseLink
    Now in eclipse, right click on the MainApp.java, select Run As context menu, and select Java Application. Check the console logs in the eclipse. You can see the below logs ?
Page 1 / 5Next