Class HSQLEJBQLConditionTranslator

    • Method Detail

      • visitPath

        public boolean visitPath​(EJBQLExpression expression,
                                 int finishedChildIndex)
        Description copied from interface: EJBQLExpressionVisitor
        Called on visiting "path" expression and also after visiting every expression child.
        Specified by:
        visitPath in interface EJBQLExpressionVisitor
        Overrides:
        visitPath in class EJBQLConditionTranslator
        Parameters:
        expression - a "path" node being visited.
        finishedChildIndex - "-1" when the expression node is visited for the first time, before its children; otherwise this is an index of a child just visited.