Just to clarify a little bit i don't want the view created on the database but rather created & exposed purely in ignite. The individual tables are already cached & available as L2 cache (MyBatis L2 cache) in Ignite.
Regards, Muthu On Tue, May 30, 2017 at 4:07 PM, Muthu <[email protected]> wrote: > Hi Folks, > > I need to combine two table caches to expose a database view type cache. > Is there an elegant way to do this where i don't need to manually > set/construct the view's POJO from the result of the join query? > > Regards, > Muthu > >
