influxORM代码调整
This commit is contained in:
@@ -8,6 +8,9 @@ import org.springframework.beans.factory.FactoryBean;
|
||||
import javax.annotation.Resource;
|
||||
import java.lang.reflect.Proxy;
|
||||
|
||||
/**
|
||||
* @author hongawen
|
||||
*/
|
||||
public class InfluxProxyMapperFactory<T> implements FactoryBean {
|
||||
|
||||
@Resource
|
||||
|
||||
@@ -16,6 +16,9 @@ import java.lang.reflect.Method;
|
||||
import java.lang.reflect.Parameter;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @author hongawen
|
||||
*/
|
||||
public class ProxyMapper implements InvocationHandler {
|
||||
|
||||
private ParameterHandler parameterHandler;
|
||||
|
||||
@@ -17,6 +17,9 @@ import javax.annotation.PostConstruct;
|
||||
import java.io.IOException;
|
||||
import java.util.HashSet;
|
||||
|
||||
/**
|
||||
* @author hongawen
|
||||
*/
|
||||
public class ProxyMapperRegister {
|
||||
|
||||
private String mapperLocation;
|
||||
|
||||
Reference in New Issue
Block a user