Package org.hibernate.search.mapper.pojo.loading.spi
-
Interface Summary Interface Description PojoLoadingTypeContext<E> PojoMassEntityLoader<I> A loader for mass loading of entities, used in particular during mass indexing.PojoMassEntitySink<E> A sink for use by aPojoMassIdentifierLoader
.PojoMassIdentifierLoader A loader of entity identifiers in batch, used in particular for mass indexing.PojoMassIdentifierSink<I> A sink for use by aPojoMassIdentifierLoader
.PojoSelectionEntityLoader<E> A loader for loading a small selection of entities, used in particular during search.PojoSelectionLoadingContext PojoSelectionLoadingContextBuilder<LOS> A builder forPojoSelectionLoadingContext
, allowing changes to the parameters of object loading, for example while a query is being built.PojoSelectionLoadingStrategy<E> A strategy for entity loading during search and in indexing plans.