Package edu.ucsb.cs156.dining.entities


package edu.ucsb.cs156.dining.entities
  • Classes
    Class
    Description
    This is a JPA entity that represents a MenuItem A MenuItem is a single item as offered in a particular dining commons on a particular day.
    This is a JPA entity that represents a DiningCommonsReview A DiningCommonsReview is a review for a dining commons at UCSB
    This is a JPA entity that represents a restaurant.
    This is a JPA entity that represents a UCSB Dining Commons.
     
    This is a JPA entity that represents a UCSBDate, i.e.
    This is a JPA entity that represents a UCSBDiningCommons A UCSBDiningCommons is a dining commons at UCSB
    This is a JPA entity that represents a user.