Uses of Interface
org.synchronoss.cpo.core.NodeVisitor
Packages that use NodeVisitor
-
Uses of NodeVisitor in org.synchronoss.cpo.core
Classes in org.synchronoss.cpo.core that implement NodeVisitorModifier and TypeClassDescriptionclassANodeVisitorthat walks aBindableCpoWheretree and, as a side effect of the traversal, accumulates both the rendered native (SQL/CQL) where-clause text and the ordered list ofBindAttributevalues that must be bound to its parameter placeholders.Methods in org.synchronoss.cpo.core with parameters of type NodeVisitorModifier and TypeMethodDescriptionbooleanNode.acceptDFVisitor(NodeVisitor nv) Implements the visitor pattern.