org.granite.tide.spring
Class Hibernate3SynchronizationManager

java.lang.Object
  extended by org.granite.tide.spring.Hibernate3SynchronizationManager
All Implemented Interfaces:
org.granite.tide.data.TideSynchronizationManager

public class Hibernate3SynchronizationManager
extends Object
implements org.granite.tide.data.TideSynchronizationManager

Responsible for registering a publishing synchronization on the Hibernate transaction

Author:
william

Constructor Summary
Hibernate3SynchronizationManager()
           
 
Method Summary
 boolean registerSynchronization(Object resource, boolean shouldRemoveContextAtEnd)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hibernate3SynchronizationManager

public Hibernate3SynchronizationManager()
Method Detail

registerSynchronization

public boolean registerSynchronization(Object resource,
                                       boolean shouldRemoveContextAtEnd)
Specified by:
registerSynchronization in interface org.granite.tide.data.TideSynchronizationManager