[jboss-dev-forums] [Design of JBossCache] - Re: Ordering of Synchronizations between JBC and Hibernate
steve.ebersole@jboss.com
do-not-reply at jboss.com
Thu Dec 14 08:36:51 EST 2006
Already Hibernate injects a specialized TM lookup into the TreeCache when it is used as the second level cache. So another (cleaner?) solution would be to have JBC delegate registration of its Synchronization(s) to the TM lookup. Hibernate could then intercept those calls and deal with the JBC synch in an appropriate manner to ensure the proper ordering.
I assume your ordering is simply registration order?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993843#3993843
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993843
More information about the jboss-dev-forums
mailing list