Uses of Class
org.objectweb.jonas_ejb.deployment.ejbql.ASTWhereClause

Packages that use ASTWhereClause
org.objectweb.jonas_ejb.deployment.ejbql   
org.objectweb.jonas_ejb.lib   
 

Uses of ASTWhereClause in org.objectweb.jonas_ejb.deployment.ejbql
 

Methods in org.objectweb.jonas_ejb.deployment.ejbql with parameters of type ASTWhereClause
 Object EJBQLVisitor.visit(ASTWhereClause node, Object data)
           
 

Uses of ASTWhereClause in org.objectweb.jonas_ejb.lib
 

Methods in org.objectweb.jonas_ejb.lib with parameters of type ASTWhereClause
 Object EjbqlQueryFilterVisitor.visit(ASTWhereClause node, Object data)
          If query contains WHERE clause, visit child nodes
where_clause ::= WHERE conditional_expression
 Object EjbqlVariableVisitor.visit(ASTWhereClause node, Object data)
          visit child nodes
 Object EjbqlAbstractVisitor.visit(ASTWhereClause node, Object data)
          null implementation of the visit method for the corresponding parameter type
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.