Uses of Class
com.ibm.fhir.persistence.jdbc.domain.SearchQuery
-
Packages that use SearchQuery Package Description com.ibm.fhir.persistence.jdbc.domain -
-
Uses of SearchQuery in com.ibm.fhir.persistence.jdbc.domain
Subclasses of SearchQuery in com.ibm.fhir.persistence.jdbc.domain Modifier and Type Class Description class
SearchCountQuery
A domain model of the query used to count the number of resources matching a particular search context.class
SearchDataQuery
Domain model of the FHIR search context representing the query used to perform the search operation in the database.class
SearchIncludeQuery
Domain model of the FHIR search context representing the query used to perform the search operation in the database.class
SearchSortQuery
Domain model of the FHIR search context representing the query used to perform the search sort operation in the database.
-