Package | Description |
---|---|
org.tinygroup.jdbctemplatedslsession | |
org.tinygroup.jdbctemplatedslsession.daosupport | |
org.tinygroup.jdbctemplatedslsession.template | |
org.tinygroup.tinysqldsl |
Modifier and Type | Method and Description |
---|---|
<T> Pager<T> |
SimpleDslSession.fetchCursorPage(ComplexSelect complexSelect,
int start,
int limit,
Class<T> requiredType) |
<T> Pager<T> |
SimpleDslSession.fetchCursorPage(Select commonSelect,
int start,
int limit,
Class<T> requiredType) |
<T> Pager<T> |
SimpleDslSession.fetchDialectPage(ComplexSelect complexSelect,
int start,
int limit,
Class<T> requiredType) |
<T> Pager<T> |
SimpleDslSession.fetchDialectPage(Select commonSelect,
int start,
int limit,
Class<T> requiredType) |
<T> Pager<T> |
SimpleDslSession.fetchPage(ComplexSelect complexSelect,
int start,
int limit,
boolean isCursor,
Class<T> requiredType) |
<T> Pager<T> |
SimpleDslSession.fetchPage(Select commonSelect,
int start,
int limit,
boolean isCursor,
Class<T> requiredType) |
Modifier and Type | Method and Description |
---|---|
Pager<T> |
BaseDao.queryPager(int start,
int limit,
T t,
OrderBy... orderArgs) |
Modifier and Type | Method and Description |
---|---|
<T> Pager<T> |
DslTemplate.queryPager(int start,
int limit,
T t,
boolean isCursor,
SelectGenerateCallback<T> callback)
分页查询
|
<T> Pager<T> |
DslTemplateImpl.queryPager(int start,
int limit,
T t,
boolean isCursor,
SelectGenerateCallback<T> callback) |
Modifier and Type | Method and Description |
---|---|
<T> Pager<T> |
DslSession.fetchCursorPage(ComplexSelect complexSelect,
int start,
int limit,
Class<T> requiredType)
基于游标的分页方式,select对象生成的sql语句是不包含分页信息的
|
<T> Pager<T> |
DslSession.fetchCursorPage(Select commonSelect,
int start,
int limit,
Class<T> requiredType)
基于游标的分页方式,select对象生成的sql语句是不包含分页信息的
|
<T> Pager<T> |
DslSession.fetchDialectPage(ComplexSelect complexSelect,
int start,
int limit,
Class<T> requiredType)
基于方言的分页方式,select对象生成的sql语句是包含分页信息的
|
<T> Pager<T> |
DslSession.fetchDialectPage(Select commonSelect,
int start,
int limit,
Class<T> requiredType)
基于方言的分页方式,select对象生成的sql语句是包含分页信息的
|
<T> Pager<T> |
DslSession.fetchPage(ComplexSelect complexSelect,
int start,
int limit,
boolean isCursor,
Class<T> requiredType)
分页处理
|
<T> Pager<T> |
DslSession.fetchPage(Select commonSelect,
int start,
int limit,
boolean isCursor,
Class<T> requiredType)
分页处理
|
Copyright © 2006–2018 TinyGroup. All rights reserved.