I am looking for a simple illustration of using Ignite as a write-behind cache with Hibernate (on Oracle, not that that matters). What I have is this:
<application> == < Hibernate> === <Oracle JDBC> I am looking to doing this: <application> == *<Ignite cache>* === < Hibernate> === <Oracle JDBC> I have looked through the example but am unable to find it. I do see datagrid example - thanx, /Kobe -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Simple-example-of-write-behind-cache-tp3439.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
