Uses of Interface
org.apache.openjpa.kernel.jpql.Node
-
Packages that use Node Package Description org.apache.openjpa.kernel.jpql JPA Query Language Support -
-
Uses of Node in org.apache.openjpa.kernel.jpql
Classes in org.apache.openjpa.kernel.jpql that implement Node Modifier and Type Class Description protected static classJPQLExpressionBuilder.JPQLNodeBase node that will be generated by the JPQLExpressionBuilder; base class of theSimpleNodethat is used byJPQL.classSimpleNodeBase node implementation for all JPQL nodes.Methods in org.apache.openjpa.kernel.jpql that return Node Modifier and Type Method Description NodeJPQLExpressionBuilder.JPQLNode. jjtGetChild(int i)NodeNode. jjtGetChild(int i)This method returns a child node.NodeJPQLExpressionBuilder.JPQLNode. jjtGetParent()NodeNode. jjtGetParent()NodeJPQL. parseQuery()NodeJJTJPQLState. peekNode()NodeJJTJPQLState. popNode()NodeJJTJPQLState. rootNode()Methods in org.apache.openjpa.kernel.jpql with parameters of type Node Modifier and Type Method Description voidJJTJPQLState. clearNodeScope(Node n)voidJJTJPQLState. closeNodeScope(Node n, boolean condition)voidJJTJPQLState. closeNodeScope(Node n, int num)voidJPQLExpressionBuilder.JPQLNode. jjtAddChild(Node n, int i)voidNode. jjtAddChild(Node n, int i)This method tells the node to add its argument to the node's list of children.voidJPQLExpressionBuilder.JPQLNode. jjtSetParent(Node parent)voidNode. jjtSetParent(Node n)This pair of methods are used to inform the node of its parent.voidJJTJPQLState. openNodeScope(Node n)voidJJTJPQLState. pushNode(Node n)
-