Class FilterExprPath

java.lang.Object
io.ebeaninternal.server.expression.FilterExprPath
All Implemented Interfaces:
Serializable

public final class FilterExprPath extends Object implements Serializable
This is the path prefix for filterMany.

The actual path can change due to FetchConfig query joins that proceed the query that includes the filterMany.

See Also:
  • Constructor Details

    • FilterExprPath

      public FilterExprPath(String path)
  • Method Details

    • trimPath

      public FilterExprPath trimPath(int prefixTrim)
      Return a copy of the FilterExprPath trimming off leading part of the path due to a proceeding (earlier) query join etc.
    • getPath

      public String getPath()
      Return the path. This is a prefix used in the filterMany expressions.