org.granite.tide.spring
Class Hibernate4SynchronizationManager

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

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

Responsible for registering a publishing queued process on the Hibernate 4 session

Author:
william

Constructor Summary
Hibernate4SynchronizationManager()
           
 
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

Hibernate4SynchronizationManager

public Hibernate4SynchronizationManager()
Method Detail

registerSynchronization

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