Class BasePrimaryKey<PK extends PrimaryKey<PK>>

All Implemented Interfaces:
FieldSet<PK>, Key<PK>, PrimaryKey<PK>, UniqueKey<PK>, Fielder<PK>, PrimaryKeyFielder<PK>, Comparable<FieldSet<PK>>
Direct Known Subclasses:
BaseEntityPrimaryKey, BaseRegularPrimaryKey

public abstract class BasePrimaryKey<PK extends PrimaryKey<PK>>
extends BaseUniqueKey<PK>
implements PrimaryKey<PK>