public class JdbcLifecycleEventListenerUtils extends Object
| Constructor and Description |
|---|
JdbcLifecycleEventListenerUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Method |
getListenerMethod(Method invokedMethod,
Object proxyTarget,
boolean isBefore)
Find corresponding callback method on
JdbcLifecycleEventListener. |
static String |
getTargetMethodName(Method invokedMethod,
Class<?> proxiedClass,
boolean isBefore) |
public static Method getListenerMethod(Method invokedMethod, Object proxyTarget, boolean isBefore)
JdbcLifecycleEventListener.invokedMethod - invoked methodproxyTarget - proxy targetisBefore - before method or notCopyright © 2019. All rights reserved.