Class InMemoryReservationRepository
java.lang.Object
edu.yu.marketmaker.exposurereservation.InMemoryReservationRepository
- All Implemented Interfaces:
ReservationRepository
@Profile("testing")
public class InMemoryReservationRepository
extends Object
implements ReservationRepository
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
InMemoryReservationRepository
public InMemoryReservationRepository()
-
-
Method Details
-
save
- Specified by:
savein interfaceReservationRepository
-
findById
- Specified by:
findByIdin interfaceReservationRepository
-
findAll
- Specified by:
findAllin interfaceReservationRepository
-