Uses of Class
org.ehrbase.aql.containment.IdentifierMapper
-
Packages that use IdentifierMapper Package Description org.ehrbase.aql.compiler org.ehrbase.aql.sql org.ehrbase.aql.sql.binding -
-
Uses of IdentifierMapper in org.ehrbase.aql.compiler
Methods in org.ehrbase.aql.compiler that return IdentifierMapper Modifier and Type Method Description IdentifierMapperContains. getIdentifierMapper()IdentifierMapperQueryCompilerPass1. getIdentifierMapper()Constructors in org.ehrbase.aql.compiler with parameters of type IdentifierMapper Constructor Description Statements(org.antlr.v4.runtime.tree.ParseTree parseTree, IdentifierMapper identifierMapper) -
Uses of IdentifierMapper in org.ehrbase.aql.sql
Methods in org.ehrbase.aql.sql that return IdentifierMapper Modifier and Type Method Description IdentifierMapperPathResolver. getMapper()Constructors in org.ehrbase.aql.sql with parameters of type IdentifierMapper Constructor Description PathResolver(org.jooq.DSLContext context, IdentifierMapper mapper) -
Uses of IdentifierMapper in org.ehrbase.aql.sql.binding
Constructors in org.ehrbase.aql.sql.binding with parameters of type IdentifierMapper Constructor Description WhereBinder(JsonbEntryQuery jsonbEntryQuery, CompositionAttributeQuery compositionAttributeQuery, List whereClause, IdentifierMapper mapper)
-