Ещё раз исправлена ошибка

This commit is contained in:
serega6531
2019-05-17 21:03:08 +03:00
parent 042d9b6c3b
commit ceb8009742
2 changed files with 4 additions and 10 deletions

View File

@@ -9,8 +9,6 @@ import java.util.List;
public interface PacketRepository extends JpaRepository<Packet, Long> {
List<Packet> findAllByStream(Stream stream, Pageable pageable);
List<Packet> findAllByStreamAndIdGreaterThan(Stream stream, long packetId, Pageable pageable);
List<Packet> findAllByStreamAndIdLessThan(Stream stream, long packetId, Pageable pageable);