| Adding the stackoverflow reference here. I ran into this issue today while trying to make my application more performant by using the @EntityGraph. I will add an eager fetch annotation in my entity for now. Hoping that eventually I will not have to do that indiscriminately. https://stackoverflow.com/questions/27552445/jpa-subgraph-to-define-fetchtype-of-an-embedded-property |