Skip to content

maryellenteaches/SpringData2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

THIS REPOSITORY IS FOR AN ARCHIVED COURSE.

Latest Spring Data Course:Spring:Spring Data 2023.

Spring:Spring Data 2 (2017)

by Mary Ellen Bowman

LinkedIn Learning Course "Spring:Spring Data 2 (2017)" by Mary Ellen Bowman

Mary Ellen's LinkedIn Profile

Mary Ellen's LinkedIn Learning Author Page

Twitter: @MEllenBowman

Live Interview with Mary Ellen

Repository contain exercises from the course

Branches correspond to videos (chapter-lesson)

3-3 : CrudRepository Interface for Entities

3-4 : JPA Repository

4-1 : Property Expression Query methods

4-2 : Query Method Clauses and Expressions

4-3 : @Query query methods

4-4 : Paging and Sorting

4-5 : QueryByExample

4-6 : Debug Query Method Errors

4-7 : Optional<> Query Response

5-1 : Spring Data MongoDB Example

5-2 : Spring Data JDBC Example

5-3 : Spring Data Reactive Repository Example

6-1 : Spring Data REST

6-4 : Read-Only Repository Pattern