Package org.apache.cayenne.ejbql.parser
Class EJBQLOuterFetchJoin
java.lang.Object
org.apache.cayenne.ejbql.parser.SimpleNode
org.apache.cayenne.ejbql.parser.EJBQLJoin
org.apache.cayenne.ejbql.parser.EJBQLOuterFetchJoin
- All Implemented Interfaces:
- Serializable,- EJBQLExpression,- Node
public class EJBQLOuterFetchJoin extends EJBQLJoin
- Since:
- 3.0
- See Also:
- Serialized Form
- 
Constructor SummaryConstructors Constructor Description EJBQLOuterFetchJoin(int id)
- 
Method SummaryModifier and Type Method Description StringgetRightHandSideId()protected booleanvisitNode(EJBQLExpressionVisitor visitor)Visits this node without recursion.Methods inherited from class org.apache.cayenne.ejbql.parser.EJBQLJoingetLeftHandSideIdMethods inherited from class org.apache.cayenne.ejbql.parser.SimpleNodegetChild, getChildrenCount, getName, getText, isNegated, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setText, toString, visit, visitChild
- 
Constructor Details- 
EJBQLOuterFetchJoinpublic EJBQLOuterFetchJoin(int id)
 
- 
- 
Method Details- 
visitNodeDescription copied from class:SimpleNodeVisits this node without recursion. Default implementation simply returns true. Subclasses override this method to call an appropriate visitor method.- Overrides:
- visitNodein class- SimpleNode
 
- 
getRightHandSideId- Overrides:
- getRightHandSideIdin class- EJBQLJoin
 
 
-