Uses of Class
org.hibernate.search.engine.search.timeout.spi.TimeoutManager
-
Packages that use TimeoutManager Package Description org.hibernate.search.engine.search.loading.spi -
-
Uses of TimeoutManager in org.hibernate.search.engine.search.loading.spi
Methods in org.hibernate.search.engine.search.loading.spi with parameters of type TimeoutManager Modifier and Type Method Description LoadingResult<R,E>DefaultProjectionHitMapper. loadBlocking(TimeoutManager timeoutManager)List<E>EntityLoader. loadBlocking(List<R> references, TimeoutManager timeout)Loads the entities corresponding to the given references, blocking the current thread while doing so.LoadingResult<R,E>ProjectionHitMapper. loadBlocking(TimeoutManager timeout)Loads the entities planned for loading in one go, blocking the current thread while doing so.
-