回答編集履歴

2

リンク変更

2018/06/20 01:55

投稿

退会済みユーザー
test CHANGED
@@ -1,4 +1,4 @@
1
- [5.3.10. Configuring Fetch- and LoadGraphs](https://docs.spring.io/spring-data/jpa/docs/2.0.8.RELEASE/reference/html/#jpa.entity-graph)
1
+ [spring-data-jpa](https://docs.spring.io/spring-data/jpa/docs/2.0.8.RELEASE/reference/html/)
2
2
 
3
3
 
4
4
 

1

関係のない部分削除

2018/06/20 01:55

投稿

退会済みユーザー
test CHANGED
@@ -12,12 +12,4 @@
12
12
 
13
13
 
14
14
 
15
- @EntityGraph(value = "GroupInfo.detail", type = EntityGraphType.LOAD)
16
-
17
- GroupInfo getByGroupName(String name);
18
-
19
-
20
-
21
- }
22
-
23
15
  ```