This content has been marked as final.
Show 1 reply
-
1. Re: Write-Behind to custom schema
ryanemerson Jan 16, 2018 8:49 AM (in response to rajivpatil)To utilise a custom JDBC schema you will have to create your own store implementation as detailed here and then deploy it to the server. To aid users when creating custom stores we have created the store-archetype. Furthermore, I recommend that you take a look at the JdbcStringBasedStore to get an idea of how a JDBC store can be implemented.