public interface ParamedQueryPageExecutor
| Modifier and Type | Method and Description |
|---|---|
<T> java.util.List<T> |
list(java.lang.Class<T> mappingType,
int offset,
int limit)
query paged list.
|
default <T> java.util.List<T> |
list(java.lang.Class<T> mappingType,
cn.featherfly.common.structure.page.Page page)
query paged list.
|
java.util.List<java.util.Map<java.lang.String,java.io.Serializable>> |
list(int offset,
int limit)
query paged list.
|
default java.util.List<java.util.Map<java.lang.String,java.io.Serializable>> |
list(cn.featherfly.common.structure.page.Page page)
query paged list.
|
<T> java.util.List<T> |
list(RowMapper<T> rowMapper,
int offset,
int limit)
query paged list.
|
default <T> java.util.List<T> |
list(RowMapper<T> rowMapper,
cn.featherfly.common.structure.page.Page page)
query paged list.
|
<T> cn.featherfly.common.structure.page.PaginationResults<T> |
pagination(java.lang.Class<T> mappingType,
int offset,
int limit)
query page.
|
default <T> cn.featherfly.common.structure.page.PaginationResults<T> |
pagination(java.lang.Class<T> mappingType,
cn.featherfly.common.structure.page.Page page)
query page.
|
cn.featherfly.common.structure.page.PaginationResults<java.util.Map<java.lang.String,java.io.Serializable>> |
pagination(int offset,
int limit)
query page.
|
default cn.featherfly.common.structure.page.PaginationResults<java.util.Map<java.lang.String,java.io.Serializable>> |
pagination(cn.featherfly.common.structure.page.Page page)
query page.
|
<T> cn.featherfly.common.structure.page.PaginationResults<T> |
pagination(RowMapper<T> rowMapper,
int offset,
int limit)
query page.
|
default <T> cn.featherfly.common.structure.page.PaginationResults<T> |
pagination(RowMapper<T> rowMapper,
cn.featherfly.common.structure.page.Page page)
query page.
|
java.util.List<java.util.Map<java.lang.String,java.io.Serializable>> list(int offset,
int limit)
offset - the offsetlimit - the limitdefault java.util.List<java.util.Map<java.lang.String,java.io.Serializable>> list(cn.featherfly.common.structure.page.Page page)
page - the page<T> java.util.List<T> list(java.lang.Class<T> mappingType,
int offset,
int limit)
T - the element typemappingType - the map typeoffset - the offsetlimit - the limitdefault <T> java.util.List<T> list(java.lang.Class<T> mappingType,
cn.featherfly.common.structure.page.Page page)
T - the element typemappingType - the map typepage - the page<T> java.util.List<T> list(RowMapper<T> rowMapper, int offset, int limit)
T - the element typerowMapper - the row mapperoffset - the offsetlimit - the limitdefault <T> java.util.List<T> list(RowMapper<T> rowMapper, cn.featherfly.common.structure.page.Page page)
T - the element typerowMapper - the row mapperpage - the pagecn.featherfly.common.structure.page.PaginationResults<java.util.Map<java.lang.String,java.io.Serializable>> pagination(int offset,
int limit)
offset - the offsetlimit - the limitdefault cn.featherfly.common.structure.page.PaginationResults<java.util.Map<java.lang.String,java.io.Serializable>> pagination(cn.featherfly.common.structure.page.Page page)
page - the page<T> cn.featherfly.common.structure.page.PaginationResults<T> pagination(java.lang.Class<T> mappingType,
int offset,
int limit)
T - the generic typemappingType - the map typeoffset - the offsetlimit - the limitdefault <T> cn.featherfly.common.structure.page.PaginationResults<T> pagination(java.lang.Class<T> mappingType,
cn.featherfly.common.structure.page.Page page)
T - the generic typemappingType - the map typepage - the page<T> cn.featherfly.common.structure.page.PaginationResults<T> pagination(RowMapper<T> rowMapper, int offset, int limit)
T - the generic typerowMapper - the row mapperoffset - the offsetlimit - the limitdefault <T> cn.featherfly.common.structure.page.PaginationResults<T> pagination(RowMapper<T> rowMapper, cn.featherfly.common.structure.page.Page page)
T - the generic typerowMapper - the row mapperpage - the page