Package ca.uhn.fhir.jpa.search.builder
Interface ISearchQueryExecutor
- All Superinterfaces:
AutoCloseable
,Closeable
,Iterator<Long>
- All Known Implementing Classes:
ResolvedSearchQueryExecutor
,SearchQueryExecutor
,SearchScrollQueryExecutorAdaptor
-
Method Summary
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Method Details
-
close
void close()Narrow the signature - no IOException allowed.- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-