Skip to content

Commit

Permalink
#3375 Followup, Temporarily add back setRoot() method to allow time f…
Browse files Browse the repository at this point in the history
…or IntelliJ plugin to be released

Adding this means that it will work with an old ebean-agent. It takes a few days to get a new IntelliJ plugin released and we can't wait due to wanting to release the bug fix for #3381
  • Loading branch information
rbygrave committed Apr 4, 2024
1 parent f556e04 commit 7469a38
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,13 @@ protected TQRootBean(ExpressionList<T> filter) {
whereStack.push(filter);
}

/**
* The enhancement will no longer use this method. Will be removed once the new IntelliJ plugin is released.
*/
protected void setRoot(R root) {
// do nothing, remove this method shortly.
}

@Override
public FetchGroup<T> buildFetchGroup() {
return ((SpiFetchGroupQuery<T>) query()).buildFetchGroup();
Expand Down

0 comments on commit 7469a38

Please sign in to comment.