| Class | Description |
|---|---|
| JpaEntityGraphRepositoryFactory |
This repository factory allows to build
EntityGraph aware repositories. |
| JpaEntityGraphRepositoryFactoryBean<R extends org.springframework.data.repository.Repository<T,I>,T,I extends Serializable> |
Forces the use of
RepositoryEntityManagerEntityGraphInjector while targeting JpaEntityGraphRepositoryFactory. |
| QueryDslJpaEntityGraphRepository<T,ID extends Serializable> |
A
QueryDslPredicateExecutor that supports EntityGraph passed through method arguments. |
| SimpleJpaEntityGraphRepository<T,ID extends Serializable> |
A
SimpleJpaRepository that supports EntityGraph passed through method arguments. |
Copyright © 2017 Cosium. All rights reserved.