Interface RegularPrimaryKey<PK extends RegularPrimaryKey<PK>>

All Superinterfaces:
Comparable<FieldSet<PK>>, EntityKey<PK>, EntityPrimaryKey<PK,​PK>, Fielder<PK>, FieldSet<PK>, Key<PK>, PrimaryKey<PK>, PrimaryKeyFielder<PK>, UniqueKey<PK>
All Known Implementing Classes:
BaseRegularPrimaryKey

public interface RegularPrimaryKey<PK extends RegularPrimaryKey<PK>>
extends EntityKey<PK>, EntityPrimaryKey<PK,​PK>