Class EhrResolver
- java.lang.Object
-
- org.ehrbase.aql.sql.queryImpl.attribute.AttributeResolver
-
- org.ehrbase.aql.sql.queryImpl.attribute.ehr.EhrResolver
-
- All Implemented Interfaces:
RMAttributeResolver
public class EhrResolver extends AttributeResolver
-
-
Field Summary
-
Fields inherited from class org.ehrbase.aql.sql.queryImpl.attribute.AttributeResolver
fieldResolutionContext, joinSetup
-
Fields inherited from interface org.ehrbase.aql.sql.queryImpl.attribute.RMAttributeResolver
NULL_FIELD
-
-
Constructor Summary
Constructors Constructor Description EhrResolver(FieldResolutionContext fieldResolutionContext, JoinSetup joinSetup)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleanisEhrAttribute(String path)org.jooq.Field<?>sqlField(String path)
-
-
-
Constructor Detail
-
EhrResolver
public EhrResolver(FieldResolutionContext fieldResolutionContext, JoinSetup joinSetup)
-
-