Package edu.ucsb.cs156.example.repositories
package edu.ucsb.cs156.example.repositories
-
InterfacesClassDescriptionThe ArticlesRepository is a repository for Articles entities.The HelpRequestRepository is a repository for HelpRequest entities.The 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 UCSBOrganizationRepository is a repository for UCSBOrganization entities.The 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.