Re: Question about JDBC polymorphism

2023-09-07 Thread Bram Biesbrouck
Hi Stephen, Your answer totally makes sense, thank you. greets, b. *Creative engineering & inventions* Check our latest projects! *Bram Biesbrouck* bram.biesbro...@reinvention.be +32 486 118280 <0032%20486%20118280> On Wed, Sep 6, 2023 at

Re: Question about JDBC polymorphism

2023-09-06 Thread Stephen Darlington
The most straightforward answer might just be to create views in your source database. Out of the box, the cache store is really designed for a 1:1 mapping between table and cache. You *can* do more complex mappings, but it may require coding. On Wed, 6 Sept 2023 at 09:46, Bram Biesbrouck < bram.b

Question about JDBC polymorphism

2023-09-06 Thread Bram Biesbrouck
Hi all, I've been experimenting with Ignite over the past months and took an unexpected (pleasant) deep dive. Right now, I'm fiddling around with write-through and read-through, but I'm stuck on one feature I'd really want to find a solution for database table discriminator values and mapping the