Package edu.ucsb.cs156.example.repositories
package edu.ucsb.cs156.example.repositories
-
InterfacesClassDescriptionThe RecommendationRequestRepository is a repository for RecommendationRequest entities.The RestaurantRepository is a repository for Restaurant entitiesThe UCSBDateRepository is a repository for UCSBDate entities.The UCSBDiningCommonsRepository is a repository for UCSBDiningCommons entitiesThe UrlRepository is a repository for Url entities, that is, it is the abstraction for the database table for UrlsThe UserRepository is a repository for User entities.