Sample Application
This page provides details about the sample application being used throughout the lessons
The sample application used for the lesson is an order management application. The following are the main classes/tables of the application.
Customer: A customer in the order management system.
Order: A customer’s order.
LineItem: Items included in the order.
Customer to Order is 1 to many.
Order to LineItem is 1 to many.
In addition to these, we will refer to several classes provided by Trillo Workbench (called System classes).
User
Folder
File
…
Last updated