Uses of Package
openbook.domain
-
Packages that use openbook.domain Package Description openbook.client openbook.domain openbook.server -
Classes in openbook.domain used by openbook.client Class Description Customer A persistent entity represents a Customer. -
Classes in openbook.domain used by openbook.domain 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.PurchaseOrder A persistent entity to demonstrate Master in a Master-Details or Composite pattern for persistent domain model.PurchaseOrder.Status Enumerates the status of a Purchase Order.Range A simple numeric range.ShoppingCart A non-persistent entity holds the content of a shopping session for a Customer. -
Classes in openbook.domain used by openbook.server Class Description Book Customer A persistent entity represents a Customer.Inventory A mutable persistent entity.PurchaseOrder A persistent entity to demonstrate Master in a Master-Details or Composite pattern for persistent domain model.PurchaseOrder.Status Enumerates the status of a Purchase Order.ShoppingCart A non-persistent entity holds the content of a shopping session for a Customer.