質問するログイン新規登録

回答編集履歴

2

リンク変更

2018/06/20 01:55

投稿

退会済みユーザー
answer 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

投稿

退会済みユーザー
answer CHANGED
@@ -5,8 +5,4 @@
5
5
  @Repository
6
6
  public interface GroupRepository extends CrudRepository<GroupInfo, String> {
7
7
 
8
- @EntityGraph(value = "GroupInfo.detail", type = EntityGraphType.LOAD)
9
- GroupInfo getByGroupName(String name);
10
-
11
- }
12
8
  ```