| Commission |
This is the Commission entity class, which declares the attributes needed for each
commission which includes, the commission ID, the commission request, waitlist position, the
seller ID, a timestamp, the Commission ID and the Product ID.
|
| Image |
This is the Image entity class, which declares the attributes for the image.
|
| Order |
This is the Order entity class, which declares the attributes needed for orders.
|
| Product |
|
| ProductOnOrder |
|
| Profile |
This is the Profile entity class which declares which attributes are needed for each
profile which includes, Profile.id, Profile.username, password, email and OAuth.
|
| ProfilePicture |
This is the Profile Picture entity, which represents the image stored in the database that is
presented for the user on their profile page.
|