Uses of Class
org.apache.jackrabbit.spi.commons.query.qom.JoinImpl
-
Packages that use JoinImpl Package Description org.apache.jackrabbit.spi.commons.query.qom -
-
Uses of JoinImpl in org.apache.jackrabbit.spi.commons.query.qom
Methods in org.apache.jackrabbit.spi.commons.query.qom with parameters of type JoinImpl Modifier and Type Method Description Object
DefaultQOMTreeVisitor. visit(JoinImpl node, Object data)
Does nothing and returnsdata
.Object
DefaultTraversingQOMTreeVisitor. visit(JoinImpl node, Object data)
Calls accept on the two sources and the join condition in the join node.Object
QOMTreeVisitor. visit(JoinImpl node, Object data)
-