Two reasons why you might want to disable Open Session in View in a Spring application
The Open Session in View pattern can lead to performance issues and surprising errors in Spring Boot. Maybe you want disable it.
Dec 12, 20245 min read4.1K

Search for a command to run...
Articles tagged with #springboot
The Open Session in View pattern can lead to performance issues and surprising errors in Spring Boot. Maybe you want disable it.

To work efficiently with Spring, JPA and Hibernate one needs to understand how this technologies work together. I try to explain it in this article.

DTO Projections in JPA are one of the best ways to improve your app performance, ensure stability and keep some errors away
