| 程序包 | 说明 |
|---|---|
| com.github.braisdom.objsql | |
| com.github.braisdom.objsql.pagination | |
| com.github.braisdom.objsql.sql |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
Query<T>
A programmable structure for SQL statement.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractQuery<T>
The class provides the default implementations of structure of SQL
|
class |
DefaultQuery<T>
The default implementation of
Query with JavaBean |
| 限定符和类型 | 方法和说明 |
|---|---|
default PagedList<T> |
Paginator.paginate(Page page,
Paginatable paginatable,
Class<T> clazz,
Relationship... relationships) |
PagedList<T> |
Paginator.paginate(Page page,
Paginatable paginatable,
DomainModelDescriptor<T> modelDescriptor,
Relationship... relationships) |
PagedList<T> |
DefaultPaginator.paginate(Page page,
Paginatable paginatable,
DomainModelDescriptor modelDescriptor,
Relationship... relationships) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Select<T> |
Copyright © 2020 com.github.braisdom. All rights reserved.