Uses of Interface
io.datarouter.model.key.entity.EntityKey
| Package | Description |
|---|---|
| io.datarouter.model.entity | |
| io.datarouter.model.key.entity | |
| io.datarouter.model.key.entity.base | |
| io.datarouter.model.key.primary | |
| io.datarouter.model.key.primary.base |
-
Uses of EntityKey in io.datarouter.model.entity
Classes in io.datarouter.model.entity with type parameters of type EntityKey Modifier and Type Class Description classBaseEntity<EK extends EntityKey<EK>>interfaceEntity<EK extends EntityKey<EK>>An Entity is a grouping of related databeans that are stored within the same transaction scope.classEntitySections<EK extends EntityKey<EK>>Methods in io.datarouter.model.entity with type parameters of type EntityKey Modifier and Type Method Description static <EK extends EntityKey<EK>, E extends Entity<EK>>
Map<EK,E>EntityTool. getByKey(Collection<E> entities)static <EK extends EntityKey<EK>, PK extends EntityPrimaryKey<EK, PK>, D extends Databean<PK, D>>
NavigableMap<EK,List<D>>EntityTool. getDatabeansByEntityKey(Iterable<D> databeans)static <EK extends EntityKey<EK>, PK extends EntityPrimaryKey<EK, PK>>
NavigableMap<EK,List<PK>>EntityTool. getPrimaryKeysByEntityKey(Iterable<PK> pks) -
Uses of EntityKey in io.datarouter.model.key.entity
Classes in io.datarouter.model.key.entity with type parameters of type EntityKey Modifier and Type Interface Description interfaceEntityPartitioner<EK extends EntityKey<EK>> -
Uses of EntityKey in io.datarouter.model.key.entity.base
Classes in io.datarouter.model.key.entity.base with type parameters of type EntityKey Modifier and Type Class Description classBaseByteArrayEntityPartitioner<EK extends EntityKey<EK>>classBaseEntityKey<EK extends EntityKey<EK>>classBaseEntityPartitioner<EK extends EntityKey<EK>>classBaseStringDjb16EntityPartitioner<EK extends EntityKey<EK>>classBaseStringEntityPartitioner<EK extends EntityKey<EK>>classDefaultEntityPartitioner<EK extends EntityKey<EK>>Classes in io.datarouter.model.key.entity.base that implement EntityKey Modifier and Type Class Description classBaseEntityKey<EK extends EntityKey<EK>> -
Uses of EntityKey in io.datarouter.model.key.primary
Classes in io.datarouter.model.key.primary with type parameters of type EntityKey Modifier and Type Interface Description interfaceEntityPrimaryKey<EK extends EntityKey<EK>,PK extends EntityPrimaryKey<EK,PK>>Subinterfaces of EntityKey in io.datarouter.model.key.primary Modifier and Type Interface Description interfaceRegularPrimaryKey<PK extends RegularPrimaryKey<PK>>Methods in io.datarouter.model.key.primary with type parameters of type EntityKey Modifier and Type Method Description static <EK extends EntityKey<EK>>
booleanEntityPrimaryKeyTool. isEntityFullyDefined(EK ek)static <EK extends EntityKey<EK>, PK extends EntityPrimaryKey<EK, PK>>
booleanEntityPrimaryKeyTool. isSingleEntity(io.datarouter.util.tuple.Range<PK> pkRange) -
Uses of EntityKey in io.datarouter.model.key.primary.base
Classes in io.datarouter.model.key.primary.base with type parameters of type EntityKey Modifier and Type Class Description classBaseEntityPrimaryKey<EK extends EntityKey<EK>,PK extends EntityPrimaryKey<EK,PK>>Classes in io.datarouter.model.key.primary.base that implement EntityKey Modifier and Type Class Description classBaseRegularPrimaryKey<PK extends RegularPrimaryKey<PK>>