Interface EntityGraphRepository<T,ID>
- All Superinterfaces:
org.springframework.data.repository.Repository<T,ID>
- All Known Subinterfaces:
EntityGraphCrudRepository<T,,ID> EntityGraphJpaRepository<T,,ID> EntityGraphPagingAndSortingRepository<T,ID>
- All Known Implementing Classes:
EntityGraphQuerydslRepository,EntityGraphSimpleJpaRepository
@NoRepositoryBean
public interface EntityGraphRepository<T,ID>
extends org.springframework.data.repository.Repository<T,ID>
- Author:
- Réda Housni Alaoui
-
Method Summary
-
Method Details
-
defaultEntityGraph
- Returns:
- The
EntityGraphto use when none is provided or when an equivalent toEntityGraph.NOOPis provided. Returning empty means this repository has no defaultEntityGraph.
-