Uses of Interface
io.datarouter.model.key.unique.UniqueKey
| Package | Description |
|---|---|
| io.datarouter.model.key | |
| io.datarouter.model.key.primary | |
| io.datarouter.model.key.primary.base | |
| io.datarouter.model.key.unique | |
| io.datarouter.model.key.unique.base |
-
Uses of UniqueKey in io.datarouter.model.key
Subinterfaces of UniqueKey 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 UniqueKey in io.datarouter.model.key.primary
Subinterfaces of UniqueKey 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 UniqueKey Modifier and Type Class Description classBasePrimaryKey<PK extends PrimaryKey<PK>> -
Uses of UniqueKey in io.datarouter.model.key.primary.base
Classes in io.datarouter.model.key.primary.base that implement UniqueKey Modifier and Type Class Description classBaseEntityPrimaryKey<EK extends EntityKey<EK>,PK extends EntityPrimaryKey<EK,PK>>classBaseRegularPrimaryKey<PK extends RegularPrimaryKey<PK>> -
Uses of UniqueKey in io.datarouter.model.key.unique
Classes in io.datarouter.model.key.unique that implement UniqueKey Modifier and Type Class Description classBaseUniqueKey<K extends Key<K>> -
Uses of UniqueKey in io.datarouter.model.key.unique.base
Classes in io.datarouter.model.key.unique.base that implement UniqueKey Modifier and Type Class Description classBaseLongUniqueKey<K extends Key<K>>classBaseStringUniqueKey<K extends Key<K>>