Skip to content

Commit

Permalink
Support interface based projections
Browse files Browse the repository at this point in the history
  • Loading branch information
maorohana-redis committed May 3, 2024
1 parent efec4c3 commit 088eb25
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -503,11 +503,6 @@ private Object executeQuery(Object[] parameters) {
return result;
}

static class Company {
public String url;
public String name;
}

private Object executeDeleteQuery(Object[] parameters) {
SearchOperations<String> ops = modulesOperations.opsForSearch(searchIndex);
String baseQuery = prepareQuery(parameters, true);
Expand Down

0 comments on commit 088eb25

Please sign in to comment.