Uses of Class
org.apache.cayenne.exp.ExpressionException
Packages that use ExpressionException
Package
Description
Contains O/R mapping classes that store relational database
metadata information and map it to Java classes.
-
Uses of ExpressionException in org.apache.cayenne.ejbql
Subclasses of ExpressionException in org.apache.cayenne.ejbqlModifier and TypeClassDescriptionclass
An exception thrown on errors during parsing EJBQL statements. -
Uses of ExpressionException in org.apache.cayenne.map
Methods in org.apache.cayenne.map that throw ExpressionExceptionModifier and TypeMethodDescriptionObjRelationship.getReverseDbRelationshipPath()
Returns a reversed dbRelationship path.DbEntity.resolvePathComponents
(Expression pathExp) Entity.resolvePathComponents
(String path) Returns an Iterator over the path components that contains a sequence of Attributes and Relationships.abstract Iterator
<CayenneMapEntry> Entity.resolvePathComponents
(Expression pathExp) Processes expressionpathExp
and returns an Iterator of path components that contains a sequence of Attributes and Relationships.ObjEntity.resolvePathComponents
(Expression pathExp)