Uses of Interface
org.apache.cayenne.map.PathComponent
Packages that use PathComponent
Package
Description
Contains O/R mapping classes that store relational database
metadata information and map it to Java classes.
-
Uses of PathComponent in org.apache.cayenne.map
Methods in org.apache.cayenne.map that return PathComponentModifier and TypeMethodDescriptionEntity.lastPathComponent
(Expression path, Map<String, String> aliasMap) Convenience method returning the last component in the path iterator.Methods in org.apache.cayenne.map that return types with arguments of type PathComponentModifier and TypeMethodDescriptionPathComponent.getAliasedPath()
Returns an aliased path or null if this component is not an alias.DbEntity.resolvePath
(Expression pathExp, Map<String, String> aliasMap) Returns an Iterable instance over expression path components based on this entity.abstract Iterable
<PathComponent<A, R>> Entity.resolvePath
(Expression pathExp, Map<String, String> aliasMap) Returns an Iterable over the path components with elements represented asPathComponent
instances, encapsulating a relationship, an attribute or a subpath alias.ObjEntity.resolvePath
(Expression pathExp, Map<String, String> aliasMap) Returns an Iterable instance over expression path components based on this entity.