Class NapsackPK

  • All Implemented Interfaces:
    Serializable

    @Embeddable
    public class NapsackPK
    extends Object
    implements Serializable
    This class provides an example of a primary key class that can be embedded into the referenced class. The containing class will simply use an instance of this class rather than having separate fields that match the fields of this class.
    See Also:
    Serialized Form