Package io.jmix.data.impl.jpql
Class JPATreeNodes
java.lang.Object
io.jmix.data.impl.jpql.JPATreeNodes
- 
Method SummaryModifier and TypeMethodDescriptionstatic AggregateExpressionNodecreateAggregateCount(org.antlr.runtime.tree.Tree expression, boolean distinctValues) static AggregateExpressionNodestatic org.antlr.runtime.tree.Treestatic org.antlr.runtime.tree.Treestatic org.antlr.runtime.tree.Treestatic org.antlr.runtime.tree.Treestatic JoinVariableNodecreateLeftJoinByPath(String joinVariable, PathNode pathNode) static org.antlr.runtime.tree.Treestatic org.antlr.runtime.tree.Treestatic OrderByNodestatic PathNodecreatePathNode(String entityVariable) static PathNodecreatePathNode(String entityVariable, String path) static org.antlr.runtime.tree.Treestatic org.antlr.runtime.tree.TreecreateWord(String word) 
- 
Method Details- 
createOrderBy
- 
createAndpublic static org.antlr.runtime.tree.Tree createAnd()
- 
createLPARENpublic static org.antlr.runtime.tree.Tree createLPAREN()
- 
createRPARENpublic static org.antlr.runtime.tree.Tree createRPAREN()
- 
createCountpublic static org.antlr.runtime.tree.Tree createCount()
- 
createDistinctpublic static org.antlr.runtime.tree.Tree createDistinct()
- 
createDescpublic static org.antlr.runtime.tree.Tree createDesc()
- 
createLowerpublic static org.antlr.runtime.tree.Tree createLower()
- 
createAggregateExpression
- 
createLeftJoinByPath
- 
createPathNode
- 
createPathNode
- 
createWord
- 
createAggregateCountpublic static AggregateExpressionNode createAggregateCount(org.antlr.runtime.tree.Tree expression, boolean distinctValues) 
 
-