public abstract class MapperMethodExecutor extends Object
protected String
dataSourceTag
sql
protected List<SqlValue>
sqlValues
MapperMethodExecutor(String dataSourceTag, String sql, List<SqlValue> sqlValues)
abstract Object
execute(Object target, Object[] args)
protected Object[]
fillValues(Object[] args)
protected Accessor
getAccessor()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected List<SqlValue> sqlValues
protected String sql
protected String dataSourceTag
public MapperMethodExecutor(String dataSourceTag, String sql, List<SqlValue> sqlValues)
public abstract Object execute(Object target, Object[] args)
protected Accessor getAccessor()
protected Object[] fillValues(Object[] args)
Copyright © 2019. All rights reserved.