Spring Boot ORM Tutorial

Spring Boot ORM Tutorial

The Spring Boot 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.

In this tutorial, we'll cover all the important ORM frameworks which are supported by Spring ORM framework which helps in solving the common problems developers/users face in spring Boot framework based applications.

Audience

This tutorial is designed for Java programmers with a need to understand the Spring Boot framework in detail along with its architecture and actual usage. This tutorial will bring you at an intermediate level of expertise, from where you can take yourself to higher levels of expertise.

Prerequisites

Before proceeding with this tutorial, you should have a good understanding of Java programming language.

Advertisements