Here you can find similar example based on Hibernate:
https://github.com/apache/ignite/tree/master/examples/src/main/java-lgpl/org/apache/ignite/examples/datagrid/store/hibernate

CacheStoreSession can be used to store context between several operations
within one transaction (it can be JDBC connection, Hibernate session, etc.).
If there is no transaction or if the cache is ATOMIC, session will always
include only one operation.

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Hibernate-connection-inspite-of-jdbc-tp3412p3424.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to