
Write a Primary Key Class in CMP EJB
In the following example, the PurchaseOrderKey class implements a composite key for the PurchaseOrderEJB entity bean. The key is composed of two fields, productModel and vendorId, whose names must match two of the persistent fields in the entity bean class. public class PurchaseOrderKey implements java.io.Serializable { public String productModel; public