Interface ReservationRepository
- All Known Implementing Classes:
InMemoryReservationRepository
public interface ReservationRepository
-
Method Summary
-
Method Details
-
save
-
findById
-
findAll
Collection<Reservation> findAll()
-
InMemoryReservationRepository