Skip to content

Ibodullaev/spring-data-JPA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Data JPA (Hibernate) with PostgreSQL

This repository teachs you all important concepts and annotations of Data JPA (Hibernate-ORM). I have built a project with classes in picture below:

Screen Shot 2022-05-23 at 00 05 39

Topics covered:

  • Mapping Entities with DB
  • Understanding Repositories and their methods
  • @Embeddable and @Embedded
  • @Query Annotation (JPQL and Native SQL)
  • @Param Query Named Params
  • @Transactional and @Modifying Annotation
  • JPA One-To-One Relationship (@JoinColumn, Cascade, Fetch, mappedBy, optional)
  • Uni & Bi directional relationship
  • JPA One-To-Many Relationship
  • JPA Many-To-One Relationship
  • Paging and Sorting
  • JPA Many-To-Many Relationship (joinColumns, inverseJoinColumns)

About

Hibernate and ORM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages