Uses of Class
org.linuxforhealth.fhir.database.utils.query.BaseWhereAdapter
-
Packages that use BaseWhereAdapter Package Description org.linuxforhealth.fhir.database.utils.query -
-
Uses of BaseWhereAdapter in org.linuxforhealth.fhir.database.utils.query
Subclasses of BaseWhereAdapter in org.linuxforhealth.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
-