- getActionInterfaceMethod(MethodInvocation) - 类 中的方法io.seata.spring.tcc.TccActionInterceptor
-
get the method from interface
- getAdvicesAndAdvisorsForBean(Class, String, TargetSource) - 类 中的方法io.seata.spring.annotation.GlobalTransactionScanner
-
- getAdvisedSupport(Object) - 类 中的静态方法io.seata.spring.util.SpringProxyUtils
-
Gets advised support.
- getMethod() - 类 中的方法io.seata.spring.annotation.MethodDesc
-
Gets method.
- getProxyInterface(Object) - 类 中的方法io.seata.spring.tcc.TccActionInterceptor
-
get the interface of proxy
- getRemotingDesc(String) - 类 中的静态方法io.seata.spring.util.TCCBeanParserUtils
-
get the remoting description of TCC bean
- getTargetClass(Object) - 类 中的静态方法io.seata.spring.util.SpringProxyUtils
-
Get the class type of the proxy target object, if hadn't a target object, return the interface of the proxy
- getTargetInterface(Object) - 类 中的静态方法io.seata.spring.util.SpringProxyUtils
-
Get the target class , get the interface of its agent if it is a Proxy
- getTransactionAnnotation() - 类 中的方法io.seata.spring.annotation.MethodDesc
-
Gets transaction annotation.
- GlobalLock - io.seata.spring.annotation中的注释类型
-
declare the transaction only execute in single local RM,
but the transaction need to ensure records to update(or select for update) is not in global transaction middle
stage
use this annotation instead of GlobalTransaction in the situation mentioned above will help performance.
- GlobalTransactional - io.seata.spring.annotation中的注释类型
-
The interface Global transactional.
- GlobalTransactionalInterceptor - io.seata.spring.annotation中的类
-
The type Global transactional interceptor.
- GlobalTransactionalInterceptor(FailureHandler) - 类 的构造器io.seata.spring.annotation.GlobalTransactionalInterceptor
-
Instantiates a new Global transactional interceptor.
- GlobalTransactionScanner - io.seata.spring.annotation中的类
-
The type Global transaction scanner.
- GlobalTransactionScanner(String) - 类 的构造器io.seata.spring.annotation.GlobalTransactionScanner
-
Instantiates a new Global transaction scanner.
- GlobalTransactionScanner(String, int) - 类 的构造器io.seata.spring.annotation.GlobalTransactionScanner
-
Instantiates a new Global transaction scanner.
- GlobalTransactionScanner(String, String) - 类 的构造器io.seata.spring.annotation.GlobalTransactionScanner
-
Instantiates a new Global transaction scanner.
- GlobalTransactionScanner(String, String, int) - 类 的构造器io.seata.spring.annotation.GlobalTransactionScanner
-
Instantiates a new Global transaction scanner.
- GlobalTransactionScanner(String, String, FailureHandler) - 类 的构造器io.seata.spring.annotation.GlobalTransactionScanner
-
Instantiates a new Global transaction scanner.
- GlobalTransactionScanner(String, String, int, FailureHandler) - 类 的构造器io.seata.spring.annotation.GlobalTransactionScanner
-
Instantiates a new Global transaction scanner.