Created
January 13, 2017 09:03
-
-
Save nissshh/26d42b328a3552d61bed4f6b9ba7b058 to your computer and use it in GitHub Desktop.
A typical data model for sales
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hibernate Sample | |
Customer | |
Name | |
Address | |
PaymentId | |
Payment | |
PaymentId | |
PaymentType | |
Order | |
OrderNumber | |
OrderDate | |
OrderTotal | |
ShippmentId | |
OrderDetails | |
OrderId | |
ItemId | |
Quantity | |
UnitPrice | |
Discount | |
Price | |
Shipping | |
ShipmentId | |
Address | |
Inventory | |
Quantity | |
ItemId | |
UnitPrice | |
Items | |
UPC | |
ItemId |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment