Uses of Interface
io.datarouter.model.key.FieldlessIndexEntryPrimaryKey
| Package | Description |
|---|---|
| io.datarouter.model.databean | |
| io.datarouter.model.field | |
| io.datarouter.model.key |
-
Uses of FieldlessIndexEntryPrimaryKey in io.datarouter.model.databean
Classes in io.datarouter.model.databean with type parameters of type FieldlessIndexEntryPrimaryKey Modifier and Type Class Description classFieldlessIndexEntry<IK extends FieldlessIndexEntryPrimaryKey<IK,PK,D>,PK extends PrimaryKey<PK>,D extends Databean<PK,D>> -
Uses of FieldlessIndexEntryPrimaryKey in io.datarouter.model.field
Classes in io.datarouter.model.field with type parameters of type FieldlessIndexEntryPrimaryKey Modifier and Type Class Description classFieldlessIndexEntryFielder<IK extends FieldlessIndexEntryPrimaryKey<IK,PK,D>,PK extends PrimaryKey<PK>,D extends Databean<PK,D>> -
Uses of FieldlessIndexEntryPrimaryKey in io.datarouter.model.key
Classes in io.datarouter.model.key with type parameters of type FieldlessIndexEntryPrimaryKey Modifier and Type Interface Description interfaceFieldlessIndexEntryPrimaryKey<IK extends FieldlessIndexEntryPrimaryKey<IK,PK,D>,PK extends PrimaryKey<PK>,D extends Databean<PK,D>>