Commit 0b829b21a65531653133bb2b79d12ca2d13dd38e
1 parent
fe8168ae
edit findAll
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/repository/schedule/CarConfigInfoRepository.java
| @@ -24,7 +24,7 @@ public interface CarConfigInfoRepository extends BaseRepository<CarConfigInfo, L | @@ -24,7 +24,7 @@ public interface CarConfigInfoRepository extends BaseRepository<CarConfigInfo, L | ||
| 24 | 24 | ||
| 25 | @EntityGraph(value = "carConfigInfo_xl_cl", type = EntityGraph.EntityGraphType.FETCH) | 25 | @EntityGraph(value = "carConfigInfo_xl_cl", type = EntityGraph.EntityGraphType.FETCH) |
| 26 | @Override | 26 | @Override |
| 27 | - List<CarConfigInfo> findAll(Specification<CarConfigInfo> spec); | 27 | + List<CarConfigInfo> findAll(); |
| 28 | 28 | ||
| 29 | @EntityGraph(value = "carConfigInfo_xl_cl", type = EntityGraph.EntityGraphType.FETCH) | 29 | @EntityGraph(value = "carConfigInfo_xl_cl", type = EntityGraph.EntityGraphType.FETCH) |
| 30 | @Query("select cc from CarConfigInfo cc where cc.id=?1") | 30 | @Query("select cc from CarConfigInfo cc where cc.id=?1") |