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
public class EJBQLTrimSpecification extends SimpleNode
- Since:
- 3.0
- See Also:
- Serialized Form
- 
Constructor SummaryConstructors Constructor Description EJBQLTrimSpecification(int id)
- 
Method SummaryMethods inherited from class org.apache.cayenne.ejbql.parser.SimpleNodegetChild, getChildrenCount, getName, getText, isNegated, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setText, toString, visit, visitChild, visitNode
- 
Constructor Details- 
EJBQLTrimSpecificationpublic EJBQLTrimSpecification(int id)
 
-