Robert Niestrojrobertniestroj.hashnode.devยทSep 6, 2023How DTO Projections can make your #Java #JPA app faster, better, strongerStandard JPQL Queries fetch entities. This means all basic attributes and FetchType.EAGER associations will be fetched. So as entities grow over time the generated SQL queries also will grow. A simple @Query like this: @Query("select e from Employe...1.5K readsJavaAdd a thoughtful commentNo comments yetBe the first to start the conversation.