Hi, I there any example that i can refer to understand following 1) Example implementation of loader / writer factories for hibernate / JPA and JDBC 2) Example implementation of SoreSessionListener and what a session means here? In a JDBC or hibernate based implementation, What will be a CacheStoreSession classes relationship with DB connections or a Hibernate Session. 2) If i create a cache from client node where i specify these loaders in my configuration then how this information is relayed across other client and server nodes? If my loader or Writer implementation is JPA based with Hibernate as implementation then my loader or writer implementation will perhaps have a embedded EntityManager or EntityManagerFactory. How this all works in a distributed environment? If i create cache from one client node with readthrough enabled then What happens if another client node tries to get an object from same cache and there is a cache miss? Do i need to put JARs containing cacheLoaderFactory and cacheWriterFactory classes?
Regards, Vinay Sharma -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/SoreSessionListener-cacheLoaderFactory-cacheWriterFactory-implementation-examples-tp2462.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
