Interface PojoMassEntityLoadingContext<E>
- Type Parameters:
E
- The type of loaded entities.
public interface PojoMassEntityLoadingContext<E>
The context passed to
PojoMassLoadingStrategy.createEntityLoader(Set, PojoMassEntityLoadingContext)
.-
Method Summary
Modifier and TypeMethodDescriptioncreateSink
(PojoMassIndexingSessionContext sessionContext) parent()
-
Method Details
-
parent
PojoMassLoadingContext parent()- Returns:
- The parent, mapper-specific loading context.
-
createSink
- Parameters:
sessionContext
- The session context, used to create an indexer in particular.- Returns:
- A sink that the loader will add loaded entities to.
-
tenantIdentifier
String tenantIdentifier()- Returns:
- The tenant identifier to use (
null
if none).
-