Uses of Interface
io.datarouter.model.serialize.fielder.PrimaryKeyFielder
| Package | Description |
|---|---|
| io.datarouter.model.key | |
| io.datarouter.model.key.primary | |
| io.datarouter.model.key.primary.base |
-
Uses of PrimaryKeyFielder in io.datarouter.model.key
Subinterfaces of PrimaryKeyFielder in io.datarouter.model.key Modifier and Type Interface Description interfaceFieldlessIndexEntryPrimaryKey<IK extends FieldlessIndexEntryPrimaryKey<IK,PK,D>,PK extends PrimaryKey<PK>,D extends Databean<PK,D>> -
Uses of PrimaryKeyFielder in io.datarouter.model.key.primary
Subinterfaces of PrimaryKeyFielder in io.datarouter.model.key.primary Modifier and Type Interface Description interfaceEntityPrimaryKey<EK extends EntityKey<EK>,PK extends EntityPrimaryKey<EK,PK>>interfacePrimaryKey<PK extends PrimaryKey<PK>>A primary key is an ordered set of fields that uniquely identify a Databean among others of the same type.interfaceRegularPrimaryKey<PK extends RegularPrimaryKey<PK>>Classes in io.datarouter.model.key.primary that implement PrimaryKeyFielder Modifier and Type Class Description classBasePrimaryKey<PK extends PrimaryKey<PK>> -
Uses of PrimaryKeyFielder in io.datarouter.model.key.primary.base
Classes in io.datarouter.model.key.primary.base that implement PrimaryKeyFielder Modifier and Type Class Description classBaseEntityPrimaryKey<EK extends EntityKey<EK>,PK extends EntityPrimaryKey<EK,PK>>classBaseRegularPrimaryKey<PK extends RegularPrimaryKey<PK>>