
Uses of Class
ca.uhn.fhir.jpa.dao.predicate.SearchBuilderJoinKey
Packages that use SearchBuilderJoinKey
-
Uses of SearchBuilderJoinKey in ca.uhn.fhir.jpa.dao.predicate
Methods in ca.uhn.fhir.jpa.dao.predicate with parameters of type SearchBuilderJoinKeyModifier and TypeMethodDescriptionjavax.persistence.criteria.Join<?,
?> IndexJoins.get
(SearchBuilderJoinKey theKey) void
IndexJoins.put
(SearchBuilderJoinKey theKey, javax.persistence.criteria.Join<?, ?> theJoin) -
Uses of SearchBuilderJoinKey in ca.uhn.fhir.jpa.dao.predicate.querystack
Methods in ca.uhn.fhir.jpa.dao.predicate.querystack with parameters of type SearchBuilderJoinKeyModifier and TypeMethodDescriptionOptional<javax.persistence.criteria.Join<?,
?>> QueryStack.getExistingJoin
(SearchBuilderJoinKey theKey) Returns a join that was previously created by a call toQueryStack.createJoin(SearchBuilderJoinEnum, String)
, if one exists for the given key.