Package | Description |
---|---|
org.apache.cayenne.ejbql | |
org.apache.cayenne.map |
Contains O/R mapping classes that store relational database
metadata information and map it to Java classes.
|
Modifier and Type | Class and Description |
---|---|
class |
EJBQLException
An exception thrown on errors during parsing EJBQL statements.
|
Modifier and Type | Method and Description |
---|---|
String |
ObjRelationship.getReverseDbRelationshipPath()
Returns a reversed dbRelationship path.
|
Iterator<CayenneMapEntry> |
ObjEntity.resolvePathComponents(Expression pathExp) |
Iterator<CayenneMapEntry> |
DbEntity.resolvePathComponents(Expression pathExp) |
abstract Iterator<CayenneMapEntry> |
Entity.resolvePathComponents(Expression pathExp)
Processes expression
pathExp and returns an Iterator of path
components that contains a sequence of Attributes and Relationships. |
Iterator<CayenneMapEntry> |
Entity.resolvePathComponents(String path)
Returns an Iterator over the path components that contains a sequence of Attributes
and Relationships.
|
Copyright © 2001–2023 Apache Cayenne. All rights reserved.