Uses of Class
org.ehrbase.openehr.aqlengine.asl.model.query.AslRootQuery
Packages that use AslRootQuery
Package
Description
-
Uses of AslRootQuery in org.ehrbase.openehr.aqlengine.asl
Methods in org.ehrbase.openehr.aqlengine.asl that return AslRootQueryMethods in org.ehrbase.openehr.aqlengine.asl with parameters of type AslRootQueryModifier and TypeMethodDescriptionvoidAslCleanupPostProcessor.afterBuildAsl(AslRootQuery aslRootQuery, org.ehrbase.openehr.sdk.aql.dto.AqlQuery aqlQuery, AqlQueryWrapper aqlQueryWrapper, AqlQueryRequest aqlQueryRequest) voidAslPostProcessor.afterBuildAsl(AslRootQuery aslRootQuery, org.ehrbase.openehr.sdk.aql.dto.AqlQuery aqlQuery, AqlQueryWrapper aqlQueryWrapper, AqlQueryRequest aqlQueryRequest) Invoked after the building the AslRootQuery and before building the DB query. -
Uses of AslRootQuery in org.ehrbase.openehr.aqlengine.asl.model.field
Methods in org.ehrbase.openehr.aqlengine.asl.model.field with parameters of type AslRootQueryModifier and TypeMethodDescriptionAslField.fieldsForAggregation(AslRootQuery rootQuery) AslSubqueryField.fieldsForAggregation(AslRootQuery rootQuery) -
Uses of AslRootQuery in org.ehrbase.openehr.aqlengine.repository
Methods in org.ehrbase.openehr.aqlengine.repository with parameters of type AslRootQueryModifier and TypeMethodDescriptionAqlQueryRepository.prepareQuery(AslRootQuery aslQuery, List<SelectWrapper> selects) Prepares the full SQL query. -
Uses of AslRootQuery in org.ehrbase.openehr.aqlengine.sql
Methods in org.ehrbase.openehr.aqlengine.sql with parameters of type AslRootQueryModifier and TypeMethodDescriptionorg.jooq.SelectQuery<org.jooq.Record> AqlSqlQueryBuilder.buildSqlQuery(AslRootQuery aslRootQuery) -
Uses of AslRootQuery in org.ehrbase.openehr.aqlengine.sql.postprocessor
Methods in org.ehrbase.openehr.aqlengine.sql.postprocessor with parameters of type AslRootQueryModifier and TypeMethodDescriptionvoidAqlSqlQueryPostProcessor.afterBuildSqlQuery(AslRootQuery aslRootQuery, org.jooq.SelectQuery<org.jooq.Record> query)