Enum Class的使用
com.codingapi.springboot.script.TransactionMode
使用TransactionMode的程序包
-
com.codingapi.springboot.script中TransactionMode的使用
修饰符和类型方法说明static TransactionModeReturns the enum constant of this class with the specified name.static TransactionMode[]TransactionMode.values()Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明<T> TGroovyScript.invoke(TransactionMode transactionMode) 转化为函数运行时对象<T> TGroovyScript.invoke(TransactionMode transactionMode, Object... requests) 转化为函数运行时对象<T> T转化为函数运行时对象<T> TGroovyScriptRuntime.invoke(String method, String script, Class<T> returnType, TransactionMode transactionMode, Map<String, Object> binds, Object... args) 执行函数脚本<T> TGroovyScriptRuntimeContext.invoke(String method, String script, Class<T> returnType, TransactionMode transactionMode, Map<String, Object> binds, Object... requests) <T> TGroovyScript.run(TransactionMode transactionMode) 转化为直接运行时对象<T> TGroovyScript.run(TransactionMode transactionMode, Map<String, Object> binds) 转化为直接运行时对象<T> TGroovyScriptRuntime.run(String script, Class<T> returnType, TransactionMode transactionMode, Map<String, Object> binds) 执行脚本<T> TGroovyScriptRuntimeContext.run(String script, Class<T> returnType, TransactionMode transactionMode, Map<String, Object> binds)