
Uses of Class
ca.uhn.fhir.jpa.search.builder.predicate.StringPredicateBuilder
Packages that use StringPredicateBuilder
Package
Description
-
Uses of StringPredicateBuilder in ca.uhn.fhir.jpa.config
Methods in ca.uhn.fhir.jpa.config that return StringPredicateBuilderModifier and TypeMethodDescriptionJpaConfig.newStringPredicateBuilder(SearchQueryBuilder theSearchBuilder) -
Uses of StringPredicateBuilder in ca.uhn.fhir.jpa.search.builder.predicate
Methods in ca.uhn.fhir.jpa.search.builder.predicate with parameters of type StringPredicateBuilderModifier and TypeMethodDescriptioncom.healthmarketscience.sqlbuilder.ConditionStringPredicateBuilder.createPredicateString(ca.uhn.fhir.model.api.IQueryParameterType theParameter, String theResourceName, String theSpnamePrefix, ca.uhn.fhir.context.RuntimeSearchParam theSearchParam, StringPredicateBuilder theFrom, SearchFilterParser.CompareOperation operation) -
Uses of StringPredicateBuilder in ca.uhn.fhir.jpa.search.builder.sql
Methods in ca.uhn.fhir.jpa.search.builder.sql that return StringPredicateBuilderModifier and TypeMethodDescriptionSearchQueryBuilder.addStringPredicateBuilder(com.healthmarketscience.sqlbuilder.dbspec.basic.DbColumn[] theSourceJoinColumn) Create, add and return a predicate builder (or a root query if no root query exists yet) for selecting on a STRING search parameterSearchQueryBuilder.createStringPredicateBuilder()Create a predicate builder for selecting on a STRING search parameterSqlObjectFactory.stringIndexTable(SearchQueryBuilder theSearchSqlBuilder)