org.plasma.query.visitor
Class DefaultQueryVisitor
java.lang.Object
org.plasma.query.visitor.DefaultQueryVisitor
- All Implemented Interfaces:
- QueryVisitor
- Direct Known Subclasses:
- AbstractQueryValidator, DataComparatorAssembler, DataObjectHashKeyAssembler, TextQueryFilterAssembler
public abstract class DefaultQueryVisitor
- extends Object
- implements QueryVisitor
Default no-op query visitor implementation.
- See Also:
VisitorContext
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultQueryVisitor
public DefaultQueryVisitor()
getContext
public VisitorContext getContext()
- Specified by:
getContext in interface QueryVisitor
start
public void start(Query query)
- Specified by:
start in interface QueryVisitor
start
public void start(Clause clause)
- Specified by:
start in interface QueryVisitor
start
public void start(Select select)
- Specified by:
start in interface QueryVisitor
start
public void start(From from)
- Specified by:
start in interface QueryVisitor
start
public void start(Where where)
- Specified by:
start in interface QueryVisitor
start
public void start(OrderBy orderBy)
- Specified by:
start in interface QueryVisitor
start
public void start(GroupBy groupBy)
- Specified by:
start in interface QueryVisitor
start
public void start(Expression expression)
- Specified by:
start in interface QueryVisitor
start
public void start(Term term)
- Specified by:
start in interface QueryVisitor
start
public void start(AbstractProperty property)
- Specified by:
start in interface QueryVisitor
start
public void start(Property property)
- Specified by:
start in interface QueryVisitor
start
public void start(WildcardProperty property)
- Specified by:
start in interface QueryVisitor
start
public void start(Entity entity)
- Specified by:
start in interface QueryVisitor
start
public void start(GroupOperator operator)
- Specified by:
start in interface QueryVisitor
start
public void start(RelationalOperator operator)
- Specified by:
start in interface QueryVisitor
start
public void start(LogicalOperator operator)
- Specified by:
start in interface QueryVisitor
start
public void start(ArithmeticOperator operator)
- Specified by:
start in interface QueryVisitor
start
public void start(WildcardOperator operator)
- Specified by:
start in interface QueryVisitor
start
public void start(SubqueryOperator operator)
- Specified by:
start in interface QueryVisitor
start
public void start(Literal literal)
- Specified by:
start in interface QueryVisitor
start
public void start(NullLiteral nullLiteral)
- Specified by:
start in interface QueryVisitor
start
public void start(Variable variable)
- Specified by:
start in interface QueryVisitor
end
public void end(Query query)
- Specified by:
end in interface QueryVisitor
end
public void end(Clause clause)
- Specified by:
end in interface QueryVisitor
end
public void end(Select select)
- Specified by:
end in interface QueryVisitor
end
public void end(From from)
- Specified by:
end in interface QueryVisitor
end
public void end(Where where)
- Specified by:
end in interface QueryVisitor
end
public void end(OrderBy orderBy)
- Specified by:
end in interface QueryVisitor
end
public void end(GroupBy groupBy)
- Specified by:
end in interface QueryVisitor
end
public void end(Expression expression)
- Specified by:
end in interface QueryVisitor
end
public void end(Term term)
- Specified by:
end in interface QueryVisitor
end
public void end(AbstractProperty property)
- Specified by:
end in interface QueryVisitor
end
public void end(Property property)
- Specified by:
end in interface QueryVisitor
end
public void end(WildcardProperty property)
- Specified by:
end in interface QueryVisitor
end
public void end(Entity entity)
- Specified by:
end in interface QueryVisitor
end
public void end(GroupOperator operator)
- Specified by:
end in interface QueryVisitor
end
public void end(RelationalOperator operator)
- Specified by:
end in interface QueryVisitor
end
public void end(LogicalOperator operator)
- Specified by:
end in interface QueryVisitor
end
public void end(ArithmeticOperator operator)
- Specified by:
end in interface QueryVisitor
end
public void end(WildcardOperator operator)
- Specified by:
end in interface QueryVisitor
end
public void end(SubqueryOperator operator)
- Specified by:
end in interface QueryVisitor
end
public void end(Literal literal)
- Specified by:
end in interface QueryVisitor
end
public void end(NullLiteral nullLiteral)
- Specified by:
end in interface QueryVisitor
end
public void end(Variable variable)
- Specified by:
end in interface QueryVisitor
Copyright © 2013. All rights reserved.