Package io.agrest.cayenne.path
Class PathDescriptor
java.lang.Object
io.agrest.cayenne.path.PathDescriptor
A mapping of an Agrest property path to a Cayenne path.
-
Constructor Summary
ConstructorsConstructorDescriptionPathDescriptor(String type, org.apache.cayenne.exp.parser.ASTPath path, boolean attributeOrId) -
Method Summary
-
Constructor Details
-
PathDescriptor
public PathDescriptor(String type, org.apache.cayenne.exp.parser.ASTPath path, boolean attributeOrId)
-
-
Method Details
-
isAttributeOrId
public boolean isAttributeOrId()- Since:
- 5.0
-
getType
-
getPathExp
public org.apache.cayenne.exp.parser.ASTPath getPathExp()
-