org.hibernate.transaction.synchronization
Class HibernateSynchronizationImpl
java.lang.Object
org.hibernate.transaction.synchronization.HibernateSynchronizationImpl
- All Implemented Interfaces:
- Synchronization
public class HibernateSynchronizationImpl
- extends Object
- implements Synchronization
The Synchronization
implementation Hibernate registers with the JTA Transaction
- Author:
- Gavin King, Steve Ebersole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HibernateSynchronizationImpl
public HibernateSynchronizationImpl(CallbackCoordinator coordinator)
beforeCompletion
public void beforeCompletion()
-
- Specified by:
beforeCompletion
in interface Synchronization
afterCompletion
public void afterCompletion(int status)
-
- Specified by:
afterCompletion
in interface Synchronization
Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.