Package io.jmix.data.impl.jpql
Class JPATreeNodes
java.lang.Object
io.jmix.data.impl.jpql.JPATreeNodes
-
Method Summary
Modifier 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
-
createAnd
public static org.antlr.runtime.tree.Tree createAnd() -
createLPAREN
public static org.antlr.runtime.tree.Tree createLPAREN() -
createRPAREN
public static org.antlr.runtime.tree.Tree createRPAREN() -
createCount
public static org.antlr.runtime.tree.Tree createCount() -
createDistinct
public static org.antlr.runtime.tree.Tree createDistinct() -
createDesc
public static org.antlr.runtime.tree.Tree createDesc() -
createLower
public static org.antlr.runtime.tree.Tree createLower() -
createAggregateExpression
-
createLeftJoinByPath
-
createPathNode
-
createPathNode
-
createWord
-
createAggregateCount
public static AggregateExpressionNode createAggregateCount(org.antlr.runtime.tree.Tree expression, boolean distinctValues)
-