Skip to content
Snippets Groups Projects
Commit d4a6dad6 authored by pkupczyk's avatar pkupczyk
Browse files

SSDM-2294 : V3 AS API - paging and sorting of search results - set default cache mode

SVN: 34499
parent 0480667e
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ public abstract class FetchOptions<OBJECT> implements Serializable ...@@ -15,7 +15,7 @@ public abstract class FetchOptions<OBJECT> implements Serializable
private Integer from; private Integer from;
private CacheMode cacheMode; private CacheMode cacheMode = CacheMode.NO_CACHE;
@SuppressWarnings("hiding") @SuppressWarnings("hiding")
public FetchOptions<OBJECT> count(Integer count) public FetchOptions<OBJECT> count(Integer count)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment