回答編集履歴
2
リンク変更
answer
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
[
|
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
関係のない部分削除
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
|
```
|