Package ca.uhn.fhir.jpa.dao.search
Class SearchScrollQueryExecutorAdaptor
java.lang.Object
ca.uhn.fhir.jpa.dao.search.SearchScrollQueryExecutorAdaptor
- All Implemented Interfaces:
ISearchQueryExecutor
,Closeable
,AutoCloseable
,Iterator<Long>
Adapt Hibernate Search SearchScroll paging result to our ISearchQueryExecutor
-
Constructor Summary
ConstructorDescriptionSearchScrollQueryExecutorAdaptor
(org.hibernate.search.engine.search.query.SearchScroll<Long> theScroll) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
SearchScrollQueryExecutorAdaptor
public SearchScrollQueryExecutorAdaptor(org.hibernate.search.engine.search.query.SearchScroll<Long> theScroll)
-
-
Method Details
-
close
Description copied from interface:ISearchQueryExecutor
Narrow the signature - no IOException allowed.- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in interfaceISearchQueryExecutor
-
hasNext
-
next
-