Uses of Class
org.apache.cayenne.exp.parser.PatternMatchNode

Packages that use PatternMatchNode
org.apache.cayenne.exp.parser Contains expression parser and other expression internals. 
 

Uses of PatternMatchNode in org.apache.cayenne.exp.parser
 

Subclasses of PatternMatchNode in org.apache.cayenne.exp.parser
 class ASTLike
          "Like" expression.
 class ASTLikeIgnoreCase
          "Case insensitive like" expression.
 class ASTNotLike
          "Not Like" expression.
 class ASTNotLikeIgnoreCase
          "Not like, ignore case" expression.
 



Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.