Spring Framework: Overview of Spring Data
Learn how to work with databases more effectively in Java with this foundational course on Spring Data, a collection of Java-based data access projects.
What you'll learn
Writing data access code often involves lots of boilerplate, most of which tends to be inconsistent across different types of data stores. In this course, Spring Framework: Overview of Spring Data, you'll learn about how Spring Data can be used to make data access easier. First, you'll learn how to easily set up a Spring Data project using a Spring Boot Starter. Next, you'll discover how to use Spring Data repositories to easily query data in a data-store agnostic manner. Finally, you'll explore how to manage transactions using Spring. When you're finished with this course, you'll have the skills and knowledge of Spring Data needed to get started with any Spring Data module.
Table of contents
- Introduction 1m
- Repository Pattern 1m
- Repository Hierarchy 1m
- Crud Repository 1m
- Demo: Crud 3m
- Derived Queries 4m
- Demo: Derived Queries 5m
- Paging and Sorting 3m
- Demo: Paging and Sorting 7m
- Swapping Modules 1m
- Demo: Swapping Modules 3m
- Custom Implementation 1m
- Demo: Custom Implementation 2m
- Summary 1m