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 classSearchCountQueryA domain model of the query used to count the number of resources matching a particular search context.classSearchDataQueryDomain model of the FHIR search context representing the query used to perform the search operation in the database.classSearchIncludeQueryDomain model of the FHIR search context representing the query used to perform the search operation in the database.classSearchSortQueryDomain model of the FHIR search context representing the query used to perform the search sort operation in the database.
-