public class JdbcLifecycleEventListenerUtils extends Object
| Constructor and Description |
|---|
JdbcLifecycleEventListenerUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Method |
getListenerMethod(String invokedMethodName,
boolean isBefore)
Find corresponding callback method on
JdbcLifecycleEventListener. |
public static Method getListenerMethod(String invokedMethodName, boolean isBefore)
JdbcLifecycleEventListener.invokedMethodName - invoked method nameisBefore - before method or notnull if not found. (e.g.: toString, hashCode)Copyright © 2023. All rights reserved.