Hi
We want to migrate an existing web application, consist of Spring and Hibernate, to Gemfire. Currently we are using RDBMS for persistence but we want this to be replaced with Gemfire data grid.
Now we need to modify/recreate DAO layer so that it can access data from Gemfire cache. But problem is that DAO layer extensively uses Hibernate criteria API for data access. Recreating the access logic in Gemfire API would be very difficult and also time consuming.
So questions are :
1. Does Gemfire provide Criteria API ?
---- probably answer is no since nowhere in the documentation, criteria support is mentioned.
2. Is there any third party library that supports hibernate like criteria API and converts it into Gemfire API/OQL ?
----- GORM for gemfire seems to be the solution but i think that project is no more supported
Any help in this matter is highly appreciated.
Thanks
Mahesh Kumar