Class BasePrimaryKey<PK extends PrimaryKey<PK>>

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

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