Interface PojoMassIndexingIdentifierLoadingContext<E,I>
-
- Type Parameters:
E
- The type of loaded entities.I
- The type of entity identifiers.
public interface PojoMassIndexingIdentifierLoadingContext<E,I>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PojoMassIdentifierSink<I>
createSink()
Set<PojoRawTypeIdentifier<? extends E>>
includedTypes()
-
-
-
Method Detail
-
includedTypes
Set<PojoRawTypeIdentifier<? extends E>> includedTypes()
- Returns:
- The identifiers of the types of all entities that will be loaded by the entity loader.
-
createSink
PojoMassIdentifierSink<I> createSink()
- Returns:
- A sink that the loader will add loaded entities to.
-
-