Interface EntityPrimaryKey<EK extends EntityKey<EK>,​PK extends EntityPrimaryKey<EK,​PK>>

All Superinterfaces:
Comparable<FieldSet<PK>>, Fielder<PK>, FieldSet<PK>, Key<PK>, PrimaryKey<PK>, PrimaryKeyFielder<PK>, UniqueKey<PK>
All Known Subinterfaces:
RegularPrimaryKey<PK>
All Known Implementing Classes:
BaseEntityPrimaryKey, BaseRegularPrimaryKey

public interface EntityPrimaryKey<EK extends EntityKey<EK>,​PK extends EntityPrimaryKey<EK,​PK>>
extends PrimaryKey<PK>