Hi, Refer to your advice about implementing CacheInterceptor and onAfterPut method. It does not help me. It is the same issue - operating on entity copy because:
in method onAfterPut(Cache.Entry<K, V> entry) Cache.Entry implementation it is CacheLazyEntry and if I call entry.getValue I will get entity copy so setting version on entity copy does not propagated this change to cache. My question is still open: how to integrate ignite database store handled by hibernate dao -s with versioning mechanism ? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Cache-refresh-because-of-hibernate-versioning-mechanism-tp14394p14718.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
