Class PathDescriptor

java.lang.Object
io.agrest.cayenne.path.PathDescriptor

public class PathDescriptor extends Object
A mapping of an Agrest property path to a Cayenne path.
  • 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

      public String getType()
    • getPathExp

      public org.apache.cayenne.exp.parser.ASTPath getPathExp()