Interface StockRepository
- All Known Implementing Classes:
MongoStockRepository
@Repository
public interface StockRepository
Interface used for dealing with storage and retrieval of stock
-
Method Summary
-
Method Details
-
saveStock
-
deleteStock
Removes the stock with given ticket- Parameters:
ticket
- Ticket associated with the stock
-
getStock
-
getStocks
-