Uses of Class
org.apache.cayenne.exp.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
Modifier and TypeClassDescriptionclass
An exception thrown on errors during parsing EJBQL statements. -
Uses of ExpressionException in org.apache.cayenne.map
Modifier 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)