Interface ICayenneExpPostProcessor

All Known Implementing Classes:
CayenneExpPostProcessor

public interface ICayenneExpPostProcessor
Since:
2.2
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.cayenne.exp.Expression
    process(String entityName, org.apache.cayenne.exp.Expression exp)
    Performs any post-processing and cleanup that might be necessary for the successful execution of expression
  • Method Details

    • process

      org.apache.cayenne.exp.Expression process(String entityName, org.apache.cayenne.exp.Expression exp)
      Performs any post-processing and cleanup that might be necessary for the successful execution of expression
      Returns:
      Expression that is ready for execution
      Throws:
      AgException - if expression is malformed or violates validation constraints