Class MultiInventoryItem

All Implemented Interfaces:
Persistable<InventoryItem.InventoryItemIdentifier>

@Entity public class MultiInventoryItem extends InventoryItem<MultiInventoryItem>
An MultiInventoryItem that establishes a many-to-one relationship to a Product instance, i.e. it can be used to keep track of stock for products in e.g. multiple warehouses etc.
Author:
Oliver Drotbohm