Could you put together a simple quickstart example on github? then we can take a look. Thx Dan
On Thu, 3 Jan 2019 at 03:45, z...@ejustcn.com <z...@ejustcn.com> wrote: > > > > > > > Hi, > I met an question. If a view model have a property is a domainObject, (eg: > User.class , ofcouse has title() function). > When show viewmodel as a table, datanucleus will fetch User from database > each row. even if User object is same. > Same object shoud fetch from L1 cache instead of fetch from database? > > Thanks! > James > >