
Class QueryRootEntryIndexTable
- java.lang.Object
-
- ca.uhn.fhir.jpa.dao.predicate.querystack.QueryRootEntryIndexTable
-
public class QueryRootEntryIndexTable extends Object
-
-
Constructor Summary
Constructors Constructor Description QueryRootEntryIndexTable(javax.persistence.criteria.CriteriaBuilder theCriteriaBuilder, ca.uhn.fhir.jpa.dao.predicate.querystack.QueryRootEntry theParent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,javax.persistence.criteria.From<?,ResourceIndexedSearchParamDate>>
getJoinMap()
javax.persistence.criteria.Expression<Long>
getResourcePidColumn()
javax.persistence.criteria.Subquery<Long>
subqueryForTagNegation()
-
-
-
Constructor Detail
-
QueryRootEntryIndexTable
public QueryRootEntryIndexTable(javax.persistence.criteria.CriteriaBuilder theCriteriaBuilder, ca.uhn.fhir.jpa.dao.predicate.querystack.QueryRootEntry theParent)
-
-
Method Detail
-
getResourcePidColumn
public javax.persistence.criteria.Expression<Long> getResourcePidColumn()
-
subqueryForTagNegation
public javax.persistence.criteria.Subquery<Long> subqueryForTagNegation()
-
getJoinMap
public Map<String,javax.persistence.criteria.From<?,ResourceIndexedSearchParamDate>> getJoinMap()
-
-