Package com.kenshoo.pl.entity.internal
Class ChildrenIdFetcher<PARENT extends EntityType<PARENT>,CHILD extends EntityType<CHILD>>
- java.lang.Object
-
- com.kenshoo.pl.entity.internal.ChildrenIdFetcher<PARENT,CHILD>
-
public class ChildrenIdFetcher<PARENT extends EntityType<PARENT>,CHILD extends EntityType<CHILD>> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ChildrenIdFetcher(PLContext plContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.stream.Stream<FullIdentifier<PARENT,CHILD>>fetch(java.util.Collection<? extends Identifier<PARENT>> parentIds, IdentifierType<CHILD> childKey)
-
-
-
Constructor Detail
-
ChildrenIdFetcher
public ChildrenIdFetcher(PLContext plContext)
-
-
Method Detail
-
fetch
public java.util.stream.Stream<FullIdentifier<PARENT,CHILD>> fetch(java.util.Collection<? extends Identifier<PARENT>> parentIds, IdentifierType<CHILD> childKey)
-
-