Class Review

java.lang.Object
edu.ucsb.cs156.dining.entities.Review

@Entity(name="reviews") public class Review extends Object
This is a JPA entity that represents a Review, i.e. an entry that allows users to see data fields and then rate and comment on the said data, specifically about the menu and food
  • Constructor Details

    • Review

      public Review()