-
Java👁 Image
Preventing Jackson from Fetching Lazy Entity Fields Example
1. Introduction The Spring Boot JPA project uses Jackson for JSON serialization. When Jackson serializes a JPA entity, it can…
Read More » -
Core Java👁 Image
Hibernate load() and get(): What’s the Difference?
Two commonly used methods in Hibernate for retrieving objects from the database are load() and get(). Though they appear similar,…
Read More »
