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 MenuItemReviewRepository is a repository for MenuItemReview entitiesThe RestaurantRepository is a repository for Restaurant entitiesThe UCSBDateRepository is a repository for UCSBDate entities.The UCSBDiningCommonsMenuItemRepository is a repository for UCSBDiningCommonsMenuItem entitiesThe UCSBDiningCommonsRepository is a repository for UCSBDiningCommons entitiesThe UCSBOrganizationRepository is a repository for UCSBOrganization 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.