Interface PrimaryKeyFielder<PK extends PrimaryKey<PK>>
- All Superinterfaces:
Fielder<PK>
- All Known Subinterfaces:
EntityPrimaryKey<EK,PK>,FieldlessIndexEntryPrimaryKey<IK,PK,D>,PrimaryKey<PK>,RegularPrimaryKey<PK>
- All Known Implementing Classes:
BaseEntityPrimaryKey,BasePrimaryKey,BaseRegularPrimaryKey
public interface PrimaryKeyFielder<PK extends PrimaryKey<PK>> extends Fielder<PK>