public class MethodUtils extends Object
| Constructor and Description |
|---|
MethodUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.noear.solon.data.annotation.Transaction |
getTransactionalAnnotationByMethod(Method interfaceMethod,
Object targetTCCBean)
Retrieve the Transactional annotation of a business method
|
public static org.noear.solon.data.annotation.Transaction getTransactionalAnnotationByMethod(Method interfaceMethod, Object targetTCCBean)
interfaceMethod - interface method objecttargetTCCBean - target tcc beanCopyright © 2025. All rights reserved.