Class BaseEntityPrimaryKey<EK extends EntityKey<EK>,​PK extends EntityPrimaryKey<EK,​PK>>

All Implemented Interfaces:
FieldSet<PK>, Key<PK>, EntityPrimaryKey<EK,​PK>, PrimaryKey<PK>, UniqueKey<PK>, Fielder<PK>, PrimaryKeyFielder<PK>, Comparable<FieldSet<PK>>

public abstract class BaseEntityPrimaryKey<EK extends EntityKey<EK>,​PK extends EntityPrimaryKey<EK,​PK>>
extends BasePrimaryKey<PK>
implements EntityPrimaryKey<EK,​PK>