Uses of Class
edu.ucsb.cs156.example.entities.Stores
Packages that use Stores
-
Uses of Stores in edu.ucsb.cs156.example.controllers
Methods in edu.ucsb.cs156.example.controllers that return StoresModifier and TypeMethodDescriptionStoresController.postStores
(String location, String name, String price, String sales) StoresController.updateStores
(Long id, @Valid Stores incoming) Methods in edu.ucsb.cs156.example.controllers that return types with arguments of type StoresMethods in edu.ucsb.cs156.example.controllers with parameters of type Stores -
Uses of Stores in edu.ucsb.cs156.example.repositories
Methods in edu.ucsb.cs156.example.repositories that return types with arguments of type Stores