mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Support chained named queries (example: DomainClass.query1.query2.list())
This commit is contained in:
+8
@@ -193,4 +193,12 @@ public class GrLightField extends GrLightVariable implements GrField {
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public PsiElement copy() {
|
||||
assert getNavigationElement() != this;
|
||||
GrLightField copy = new GrLightField(myContainingClass, getName(), getType(), getNavigationElement());
|
||||
copy.setCreatorKey(getCreatorKey());
|
||||
return copy;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user