Class | Description |
---|---|
Author |
A persistent entity to represent an author of one or more Book.
|
Book | |
Customer |
A persistent entity represents a Customer.
|
Inventory |
A mutable persistent entity.
|
LineItem |
An immutable persistent entity with complex primary key.
|
LineItem.LineItemId |
Separate identity class.
|
PurchaseOrder |
A persistent entity to demonstrate Master in a Master-Details or Composite pattern for
persistent domain model.
|
Range<N extends Number> |
A simple numeric range.
|
ShoppingCart |
A non-persistent entity holds the content of a shopping session for a Customer.
|
Enum | Description |
---|---|
PurchaseOrder.Status |
Enumerates the status of a Purchase Order.
|
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.