Spring Boot ORM Tutorial
- Spring Boot ORM - Quick GuideThe 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 Boot ORM - Useful ResourcesThe following resources contain additional information on Spring Boot ORM. Please use them to get more in-depth knowledge on this.
- Spring Boot ORM - Test EclipseLinkNow in STS, right click on the springbootorm project, select Run As -> Spring Boot App context or select SpringbootormApplication class and select Run As -> Spring Boot App?
- Spring Boot ORM - EcipseLink IntegrationSpring Boot by default use Hibernate as ORM implementation. In order to use EclipseLink, we first need to exclude hibernate dependencies from spring-data-jpa dependency in pom.xml
- Spring Boot ORM - EclipseLink IntegrationSpring Boot uses HibernateJpaAutoConfiguration which configures the hibernate implementation by default. In order to switch to EclipseLink, we need to create a custom configuration class which will extend the JpaBaseConfiguration class. JpaBaseConfiguration is the base class which is used to extend
- Spring Boot ORM - Test HibernateNow in STS, right click on the springbootorm project, select Run As -> Spring Boot App context or select SpringbootormApplication class and select Run As -> Spring Boot App?
Page 1 / 4Next