All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nh.micro.template.MicroTranAopImpl Maven / Gradle / Ivy

There is a newer version: 1.2.9-RELEASE
Show newest version
package com.nh.micro.template;

import com.nh.micro.rule.engine.core.GroovyExecUtil;

/**
 * 
 * @author ninghao
 *
 */
public class MicroTranAopImpl implements MicroTranAopInter {

	public Object execGroovyRetObjByDbTran(String groovyName,
			String methodName, Object... paramArray) {
		return GroovyExecUtil.execGroovyRetObj(groovyName, methodName, paramArray);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy