Package | Description |
---|---|
org.tinygroup.jdbctemplatedslsession.daosupport | |
org.tinygroup.jdbctemplatedslsession.util |
Modifier and Type | Method and Description |
---|---|
List<T> |
BaseDao.query(T t,
OrderBy... orderArgs) |
Pager<T> |
BaseDao.queryPager(int start,
int limit,
T t,
OrderBy... orderArgs) |
Modifier and Type | Method and Description |
---|---|
static Select |
TinyDSLUtil.addOrderByElements(Select select,
OrderBy... orderByArray)
添加排序字段工具方法
|
Copyright © 2006–2018 TinyGroup. All rights reserved.