mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Cleanup of expressions after FilterExprPath now only needed on FilterExpressionList
This commit is contained in:
@@ -22,8 +22,8 @@ class InQueryExpression extends AbstractExpression {
|
||||
|
||||
private transient CQuery<?> compiledSubQuery;
|
||||
|
||||
public InQueryExpression(FilterExprPath pathPrefix, String propertyName, SpiQuery<?> subQuery) {
|
||||
super(pathPrefix, propertyName);
|
||||
public InQueryExpression(String propertyName, SpiQuery<?> subQuery) {
|
||||
super(propertyName);
|
||||
this.subQuery = subQuery;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user