| 程序包 | 说明 |
|---|---|
| com.ajaxjs.sql.orm |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> PageResult<T> |
RepositoryReadOnly.doPage(Class<T> entityType,
Select select,
ArgsInfo info)
分页操作:一、先查询有没有记录(不用查 列 column);二、实际分页查询(加入 LIMIT ?
|
ArgsInfo |
RepositoryReadOnly.handleSql(String sql,
Method method,
Object[] args)
处理 SQL 语句
|
Object |
RepositoryReadOnly.invoke(Object proxy,
Method method,
Object[] args)
执行时的调用。
|
Object |
Repository.invoke(Object proxy,
Method method,
Object[] args)
执行时的调用。
|
Copyright © 2013–2021 AJAXJS. All rights reserved.