Package org.hibernate.search.engine.search.loading.spi
-
Interface Summary Interface Description EntityLoader<R,E> Loads objects into memory using a reference and implementation-specific context.LoadingResult<R,E> The result of the loading of the entities by theProjectionHitMapper
.ProjectionHitMapper<R,E> Contract binding result hits and the mapper. -
Class Summary Class Description DefaultProjectionHitMapper<R,E>