
Uses of Class
ca.uhn.fhir.jpa.search.builder.sql.JpaPidValueTuples
Packages that use JpaPidValueTuples
-
Uses of JpaPidValueTuples in ca.uhn.fhir.jpa.search.builder.sql
Methods in ca.uhn.fhir.jpa.search.builder.sql that return JpaPidValueTuplesModifier and TypeMethodDescriptionstatic JpaPidValueTuples
JpaPidValueTuples.from
(SearchQueryBuilder theSearchQueryBuilder, JpaPid[] thePids) static JpaPidValueTuples
JpaPidValueTuples.from
(SearchQueryBuilder theSearchQueryBuilder, Collection<JpaPid> thePids) -
Uses of JpaPidValueTuples in ca.uhn.fhir.jpa.util
Methods in ca.uhn.fhir.jpa.util with parameters of type JpaPidValueTuplesModifier and TypeMethodDescriptionstatic com.healthmarketscience.sqlbuilder.Condition
QueryParameterUtils.toInPredicate
(ColumnTupleObject theColumns, JpaPidValueTuples theValues, boolean theInverse)