Class JPATreeNodes

java.lang.Object
io.jmix.data.impl.jpql.JPATreeNodes

public class JPATreeNodes extends Object
  • Method Details

    • createOrderBy

      public static OrderByNode 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

      public static AggregateExpressionNode createAggregateExpression()
    • createLeftJoinByPath

      public static JoinVariableNode createLeftJoinByPath(String joinVariable, PathNode pathNode)
    • createPathNode

      public static PathNode createPathNode(String entityVariable, String path)
    • createPathNode

      public static PathNode createPathNode(String entityVariable)
    • createWord

      public static org.antlr.runtime.tree.Tree createWord(String word)
    • createAggregateCount

      public static AggregateExpressionNode createAggregateCount(org.antlr.runtime.tree.Tree expression, boolean distinctValues)