In the next coming weeks, we will publish a series of articles about Spring and JPA. Below you will find the posts of the series so far. Note that we will keep releasing new content. So stay tuned 😉
Basics:
- Getting started with Spring boot 2 and JPA
- Configuring and mapping existing database tables to JPA Entity classes
- Mapping One-To-One relationships
- How to manage JPA bidirectional relationships properly
Advanced topics:
- Configuring @PostLoad and @PostUpdate in JPA/Hibernate
- How to use @PrePersist and @PreUpdate in JPA/Hibernate
- Getting started with Hibernate Search and Lucene
- How to configure sharding with Lucene, Hibernate search & Spring Boot