Uses of Class
edu.ucsb.cs156.example.entities.Stores
-
Uses of Stores in edu.ucsb.cs156.example.controllers
Modifier and TypeMethodDescriptionStoresController.postStores
(String location, String name, String price, String sales) StoresController.updateStores
(Long id, @Valid Stores incoming) -
Uses of Stores in edu.ucsb.cs156.example.repositories