Class HelpRequest

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

@Entity(name="helprequests") public class HelpRequest extends Object
This is a JPA entity that represents a HelpReques A HelpRequest is a request for help, e.g. those on the #help-lecture-discussion channel of the course slack
  • Constructor Details

    • HelpRequest

      public HelpRequest()