public class InvokeMethodAfterCommit
extends org.springframework.transaction.support.TransactionSynchronizationAdapter
| Constructor and Description |
|---|
InvokeMethodAfterCommit(Class<?> clazz,
String methodName,
Object... args) |
InvokeMethodAfterCommit(Object object,
String methodName,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterCommit() |
static <V> void |
invoke(Object object,
String methodName,
Object... args) |
String |
toString() |
public InvokeMethodAfterCommit(Class<?> clazz, String methodName, Object... args)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.