How to Exclude Non-fetched Lazy Fields from Jackson Serialization in 2 Steps
Problem While working on a project recently, I ran into an issue in which Hibernate was unnecessarily executing database queries to fetch some lazy associations. The reason is, I was…