Package org.hibernate.search.engine.search.loading.spi
-
Interface Summary Interface Description LoadingResult<R,E> The result of the loading of the entities by theProjectionHitMapper
.ProjectionHitMapper<R,E> Contract binding result hits and the mapper.SearchLoadingContext<R,E> An execution context for queries, providing components allowing to load data from an external source (relational database, ...).SearchLoadingContextBuilder<R,E,LOS> A builder forSearchLoadingContext
, allowing to change the parameters of object loading while a query is being built.