Uses of Class
com.ibm.fhir.database.utils.query.BaseWhereAdapter
-
Packages that use BaseWhereAdapter Package Description com.ibm.fhir.database.utils.query -
-
Uses of BaseWhereAdapter in com.ibm.fhir.database.utils.query
Subclasses of BaseWhereAdapter in com.ibm.fhir.database.utils.query Modifier and Type Class Description class
WhereAdapter
Adapter to help build the WHERE clause expression.class
WhereFragment
An adapter which represents just a fragment of the where clause so we can build up just a portion of the predicate without having access to the whole clause
-