The JetBrains Guide is shutting down on March 30, 2026. more...

Getting Started with Spring Data JPA

Learn how to use Spring Data JPA to store and retrieve data from your database.

See Also - Marco Codes

In addition to this tutorial, we recommend you check out Marco Codes - JDBC Tutorial - Crash Course to learn about:

  • How to use JDBC, i.e. the basic API that every Java program uses to access databases
  • Understand what JDBC drivers are and where to get them
  • How to use an embedded H2 database, in addition to the usual suspects like MySQL or Postgres
  • Fire off SQL select, insert, update and delete statements from Java
  • Connection pools and the overall Java database framework/library landscape
Summary
Summary
Shortcuts, GitHub repository and other resources