Class SelectPagedMethodProxy
- java.lang.Object
-
- me.danwi.sqlex.core.invoke.method.BaseMethodProxy
-
- me.danwi.sqlex.core.invoke.method.SelectMethodProxy
-
- me.danwi.sqlex.core.invoke.method.SelectPagedMethodProxy
-
- All Implemented Interfaces:
MethodProxy
public class SelectPagedMethodProxy extends SelectMethodProxy
-
-
Field Summary
-
Fields inherited from class me.danwi.sqlex.core.invoke.method.BaseMethodProxy
parameterSetter
-
-
Constructor Summary
Constructors Constructor Description SelectPagedMethodProxy(java.lang.reflect.Method method, TransactionManager transactionManager, ParameterSetter parameterSetter, ExceptionTranslator translator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Objectinvoke(java.lang.Object[] args, java.sql.Connection connection)-
Methods inherited from class me.danwi.sqlex.core.invoke.method.SelectMethodProxy
getEntityType, getRowMapper
-
Methods inherited from class me.danwi.sqlex.core.invoke.method.BaseMethodProxy
invoke, reorderArgs, rewriteSQL
-
-
-
-
Constructor Detail
-
SelectPagedMethodProxy
public SelectPagedMethodProxy(java.lang.reflect.Method method, TransactionManager transactionManager, ParameterSetter parameterSetter, ExceptionTranslator translator)
-
-
Method Detail
-
invoke
protected java.lang.Object invoke(java.lang.Object[] args, java.sql.Connection connection) throws java.sql.SQLException- Overrides:
invokein classSelectMethodProxy- Throws:
java.sql.SQLException
-
-