Uses of Annotation Interface
org.springframework.data.jpa.repository.EntityGraph
Package
Description
Query implementation to execute queries against JPA.
JPA repository implementations.
-
Uses of EntityGraph in org.springframework.data.jpa.repository.query
ModifierConstructorDescriptionJpaEntityGraph
(EntityGraph entityGraph, String nameFallback) Creates anJpaEntityGraph
. -
Uses of EntityGraph in org.springframework.data.jpa.repository.support
Modifier and TypeMethodDescriptionCrudMethodMetadata.getEntityGraph()
Returns theEntityGraph
to be used.