Package org.apache.cayenne.ejbql.parser
Class EJBQLTrimSpecification
java.lang.Object
org.apache.cayenne.ejbql.parser.SimpleNode
org.apache.cayenne.ejbql.parser.EJBQLTrimSpecification
- All Implemented Interfaces:
Serializable
,EJBQLExpression
,Node
- Direct Known Subclasses:
EJBQLTrimBoth
,EJBQLTrimLeading
,EJBQLTrimTrailing
- Since:
- 3.0
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.cayenne.ejbql.parser.SimpleNode
getChild, getChildrenCount, getName, getText, isNegated, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setText, toString, visit, visitChild, visitNode
-
Constructor Details
-
EJBQLTrimSpecification
public EJBQLTrimSpecification(int id)
-