Uses of Interface
io.datarouter.model.key.Key
-
Uses of Key in io.datarouter.model.key
Classes in io.datarouter.model.key with type parameters of type Key Modifier and Type Class Description classBaseKey<K extends Key<K>>interfaceKey<K extends Key<K>>Subinterfaces of Key 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>>Classes in io.datarouter.model.key that implement Key Modifier and Type Class Description classBaseKey<K extends Key<K>> -
Uses of Key in io.datarouter.model.key.base
Classes in io.datarouter.model.key.base with type parameters of type Key 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>>Classes in io.datarouter.model.key.base that implement Key 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 Key in io.datarouter.model.key.entity
Classes in io.datarouter.model.key.entity with type parameters of type Key Modifier and Type Interface Description interfaceEntityKey<K extends Key<K>>EntityKey defines a unique key for a collection of related databeans.Subinterfaces of Key in io.datarouter.model.key.entity Modifier and Type Interface Description interfaceEntityKey<K extends Key<K>>EntityKey defines a unique key for a collection of related databeans. -
Uses of Key in io.datarouter.model.key.entity.base
Classes in io.datarouter.model.key.entity.base that implement Key Modifier and Type Class Description classBaseEntityKey<EK extends EntityKey<EK>> -
Uses of Key in io.datarouter.model.key.primary
Subinterfaces of Key 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 Key Modifier and Type Class Description classBasePrimaryKey<PK extends PrimaryKey<PK>> -
Uses of Key in io.datarouter.model.key.primary.base
Classes in io.datarouter.model.key.primary.base that implement Key Modifier and Type Class Description classBaseEntityPrimaryKey<EK extends EntityKey<EK>,PK extends EntityPrimaryKey<EK,PK>>classBaseRegularPrimaryKey<PK extends RegularPrimaryKey<PK>> -
Uses of Key in io.datarouter.model.key.unique
Classes in io.datarouter.model.key.unique with type parameters of type Key Modifier and Type Class Description classBaseUniqueKey<K extends Key<K>>interfaceUniqueKey<K extends Key<K>>Subinterfaces of Key in io.datarouter.model.key.unique Modifier and Type Interface Description interfaceUniqueKey<K extends Key<K>>Classes in io.datarouter.model.key.unique that implement Key Modifier and Type Class Description classBaseUniqueKey<K extends Key<K>> -
Uses of Key in io.datarouter.model.key.unique.base
Classes in io.datarouter.model.key.unique.base with type parameters of type Key Modifier and Type Class Description classBaseLongUniqueKey<K extends Key<K>>classBaseStringUniqueKey<K extends Key<K>>Classes in io.datarouter.model.key.unique.base that implement Key Modifier and Type Class Description classBaseLongUniqueKey<K extends Key<K>>classBaseStringUniqueKey<K extends Key<K>>