- Timestamp:
- 01/04/23 02:49:26 (23 months ago)
- Branches:
- main
- Children:
- ab952ab
- Parents:
- 6832924
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/com/example/autopartz/repository/PriceRepository.java
r6832924 rae042f4 7 7 import java.util.List; 8 8 9 public interface PriceRepository extends JpaRepository<Price, Long> {9 public interface PriceRepository extends JpaRepository<Price,Integer> { 10 10 List<Price> findAllByPart(Part part); 11 11 }
Note:
See TracChangeset
for help on using the changeset viewer.