Re: Deprecate SelectQuery in 4.2
John Huss <[email protected]>
| Newsgroups | gmane.comp.java.cayenne.user |
|---|---|
| Message-ID | <CAOUwSGuQs3ew7bmNyeZff1YRnM4G1eT9nNJ35g+mH+xt+xXxwg@mail.gmail.com> |
On Mon, Jul 1, 2019 at 2:24 PM Joe Baldwin <[email protected]> wrote: > Arseni, > > What is the ObjectSelect analog to > > RefreshQuery > Not sure what equivalent for this one is. > and > setCacheStrategy > ObjectSelect has .cacheStrategy(QueryCacheStrategy strategy, String cacheGroup) > > Thanks > Joe > > > > On Jun 28, 2019, at 9:47 AM, Arseni Bulatski <[email protected]> > wrote: > > > > Hi all, > > > > SelectQuery is planned to be deprecated in 4.2. > > ObjectSelect has better api and is recommended to use. > > > > PR: https://issues.apache.org/jira/browse/CAY-2523 > > > > Please, write your thoughts about it. > >