Class Restaurant

java.lang.Object
edu.ucsb.cs156.example.entities.Restaurant

@Entity(name="restaurants") public class Restaurant extends Object
This is a JPA entity that represents a restaurant.
  • Constructor Details

    • Restaurant

      public Restaurant()