You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trawling through the odata-example code with an eye to making it do my bidding I find class QueryOperation used in InMemoryDataSourceProvider.QueryOperationStrategy(), and imported thus:
com.sdl.odata.api.processor.query.QueryOperation.
Yet in the odata codebase here I find no definition of a class or interface named QueryOperation.
Where is QueryOperation defined?
Thanks!
The text was updated successfully, but these errors were encountered:
Trawling through the odata-example code with an eye to making it do my bidding I find class QueryOperation used in InMemoryDataSourceProvider.QueryOperationStrategy(), and imported thus:
com.sdl.odata.api.processor.query.QueryOperation.
Yet in the odata codebase here I find no definition of a class or interface named QueryOperation.
Where is QueryOperation defined?
Thanks!
The text was updated successfully, but these errors were encountered: