You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by "aaron@tophold.com" <aa...@tophold.com> on 2018/09/06 06:27:53 UTC

Regards the JDBC Read-Through function

Hi Igniter, 

If there any exist component implement read through only cache store. 

And the read through SQL from a store proc or a specific customized SQL, as it may join different tables.


Thanks for your time!


Regards
Aaron

Re: Regards the JDBC Read-Through function

Posted by Ilya Kasnacheev <il...@gmail.com>.
Hello!

First of all, you can implement javax.cache.integration.CacheLoader only.

And there you can use stored procedures or specific SQL.

Ignite includes two JDBC cache stores but you are not limited to those.

Regards,
-- 
Ilya Kasnacheev


чт, 6 сент. 2018 г. в 9:28, aaron@tophold.com <aa...@tophold.com>:

> Hi Igniter,
>
> If there any exist component implement read through only cache store.
>
> And the read through SQL from a store proc or a specific customized SQL,
> as it may join different tables.
>
>
> Thanks for your time!
>
>
> Regards
> Aaron
>