Package io.jmix.data.impl.jpql
Class JPATreeNodes
java.lang.Object
io.jmix.data.impl.jpql.JPATreeNodes
-
Method Summary
Modifier and TypeMethodDescriptionstatic AggregateExpressionNode
createAggregateCount
(org.antlr.runtime.tree.Tree expression, boolean distinctValues) static AggregateExpressionNode
static org.antlr.runtime.tree.Tree
static org.antlr.runtime.tree.Tree
static org.antlr.runtime.tree.Tree
static org.antlr.runtime.tree.Tree
static JoinVariableNode
createLeftJoinByPath
(String joinVariable, PathNode pathNode) static org.antlr.runtime.tree.Tree
static org.antlr.runtime.tree.Tree
static OrderByNode
static PathNode
createPathNode
(String entityVariable) static PathNode
createPathNode
(String entityVariable, String path) static org.antlr.runtime.tree.Tree
static org.antlr.runtime.tree.Tree
createWord
(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)
-