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 AslRootQuery -
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)