Uses of Class
io.datarouter.model.key.BaseKey
| Package | Description |
|---|---|
| io.datarouter.model.key.base | |
| io.datarouter.model.key.primary | |
| io.datarouter.model.key.primary.base | |
| io.datarouter.model.key.unique | |
| io.datarouter.model.key.unique.base |
-
Uses of BaseKey in io.datarouter.model.key.base
Subclasses of BaseKey in io.datarouter.model.key.base Modifier and Type Class Description classBaseBooleanKey<K extends Key<K>>classBaseIntegerKey<K extends Key<K>>classBaseLongKey<K extends Key<K>>classBaseStringKey<K extends Key<K>> -
Uses of BaseKey in io.datarouter.model.key.primary
Subclasses of BaseKey in io.datarouter.model.key.primary Modifier and Type Class Description classBasePrimaryKey<PK extends PrimaryKey<PK>> -
Uses of BaseKey in io.datarouter.model.key.primary.base
Subclasses of BaseKey in io.datarouter.model.key.primary.base Modifier and Type Class Description classBaseEntityPrimaryKey<EK extends EntityKey<EK>,PK extends EntityPrimaryKey<EK,PK>>classBaseRegularPrimaryKey<PK extends RegularPrimaryKey<PK>> -
Uses of BaseKey in io.datarouter.model.key.unique
Subclasses of BaseKey in io.datarouter.model.key.unique Modifier and Type Class Description classBaseUniqueKey<K extends Key<K>> -
Uses of BaseKey in io.datarouter.model.key.unique.base
Subclasses of BaseKey in io.datarouter.model.key.unique.base Modifier and Type Class Description classBaseLongUniqueKey<K extends Key<K>>classBaseStringUniqueKey<K extends Key<K>>