Package ca.uhn.fhir.jpa.dao.predicate
Class PredicateBuilderCoords
java.lang.Object
ca.uhn.fhir.jpa.dao.predicate.PredicateBuilderCoords
- All Implemented Interfaces:
IPredicateBuilder
@Component
@Scope("prototype")
public class PredicateBuilderCoords
extends Object
implements IPredicateBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.persistence.criteria.Predicate
addPredicate(String theResourceName, ca.uhn.fhir.context.RuntimeSearchParam theSearchParam, List<? extends ca.uhn.fhir.model.api.IQueryParameterType> theList, SearchFilterParser.CompareOperation theOperation, ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId)
-
Constructor Details
-
PredicateBuilderCoords
-
-
Method Details
-
addPredicate
public javax.persistence.criteria.Predicate addPredicate(String theResourceName, ca.uhn.fhir.context.RuntimeSearchParam theSearchParam, List<? extends ca.uhn.fhir.model.api.IQueryParameterType> theList, SearchFilterParser.CompareOperation theOperation, ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId)- Specified by:
addPredicate
in interfaceIPredicateBuilder
-
getPartitionSettings
-