I have to implement Apache Ignite as an in-memory database. In order to do that, I tried implementing a custom JDBC PojoStore from Apache Ignite. However, the implementation in the documentation is ambiguous. On startup, I want to load my entire database to my Ignite server and query the cached data from the client. Is there any example or external resources available for my requirement?