java.lang.Object
io.ebeaninternal.server.expression.FilterExprPath
- All Implemented Interfaces:
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
-
-
Method Details
-
trimPath
Return a copy of the FilterExprPath trimming off leading part of the path due to a proceeding (earlier) query join etc. -
getPath
Return the path. This is a prefix used in the filterMany expressions.
-