문서의 선택한 두 판 사이의 차이를 보여줍니다.
양쪽 이전 판 이전 판 | |||
java:jpa:entitygraph [2018/09/19 21:54] kwon37xi [JPA Named Entity Graph] |
java:jpa:entitygraph [2019/01/03 10:12] (현재) kwon37xi |
||
---|---|---|---|
줄 4: | 줄 4: | ||
* [[java:jpa:springdatajpa|Spring Data JPA]]에서는 ''@EntityGraph''로 사용 가능하다. | * [[java:jpa:springdatajpa|Spring Data JPA]]에서는 ''@EntityGraph''로 사용 가능하다. | ||
* [[java:hibernate:performance|Hibernate Performance Tuning]] | * [[java:hibernate:performance|Hibernate Performance Tuning]] | ||
+ | |||
+ | ===== spring-data-jpa-entity-graph ===== | ||
+ | * [[https://github.com/Cosium/spring-data-jpa-entity-graph|Cosium/spring-data-jpa-entity-graph: Spring Data JPA extension allowing full dynamic usage of EntityGraph on repositories]] | ||
+ | * CrudRepository 를 확장하여, EntityGrapth를 파라미터로 넘길 수 있기 하는 방식. | ||
+ | |||
===== 참고 ===== | ===== 참고 ===== |