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
executor
-
-
Constructor Summary
Constructors Constructor Description SelectPagedMethodProxy(java.lang.reflect.Method method, RawSQLExecutor executor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectinvoke(java.lang.Object[] args)-
Methods inherited from class me.danwi.sqlex.core.invoke.method.SelectMethodProxy
getEntityType, getRowMapper
-
Methods inherited from class me.danwi.sqlex.core.invoke.method.BaseMethodProxy
reorderArgs, rewriteSQL
-
-
-
-
Constructor Detail
-
SelectPagedMethodProxy
public SelectPagedMethodProxy(java.lang.reflect.Method method, RawSQLExecutor executor)
-
-
Method Detail
-
invoke
public java.lang.Object invoke(java.lang.Object[] args)
- Specified by:
invokein interfaceMethodProxy- Overrides:
invokein classSelectMethodProxy
-
-