public class RegisteredSynchronization extends Object implements Synchronization
Synchronization
Hibernate registers when needed for JTA callbacks.
Note that we split the notion of the registered Synchronization and the processing of the Synchronization callbacks
mainly to account for "separation of concerns", but also so that the transaction engine does not have to hold
reference to the actual Synchronization that gets registered with the JTA system.Constructor and Description |
---|
RegisteredSynchronization(SynchronizationCallbackCoordinator synchronizationCallbackCoordinator) |
Modifier and Type | Method and Description |
---|---|
void |
afterCompletion(int status) |
void |
beforeCompletion() |
public RegisteredSynchronization(SynchronizationCallbackCoordinator synchronizationCallbackCoordinator)
public void beforeCompletion()
beforeCompletion
in interface Synchronization
public void afterCompletion(int status)
afterCompletion
in interface Synchronization
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.