| Package | Description |
|---|---|
| com.ursful.framework.orm | |
| com.ursful.framework.orm.option | |
| com.ursful.framework.orm.query | |
| com.ursful.framework.orm.support |
| Modifier and Type | Method and Description |
|---|---|
Pageable |
IQuery.getPageable() |
<S> Pageable<S> |
IBaseService.queryPage(IQuery query,
Pageable page) |
<S> Pageable<S> |
BaseServiceImpl.queryPage(IQuery query,
Pageable page) |
| Modifier and Type | Method and Description |
|---|---|
<S> Pageable<S> |
IBaseService.queryPage(IQuery query,
Pageable page) |
<S> Pageable<S> |
BaseServiceImpl.queryPage(IQuery query,
Pageable page) |
void |
IQuery.setPageable(Pageable pageable) |
| Modifier and Type | Method and Description |
|---|---|
QueryInfo |
OracleOptions.doQuery(IQuery query,
Pageable page) |
QueryInfo |
MySQLOptions.doQuery(IQuery query,
Pageable page) |
QueryInfo |
SQLServerOptions.doQuery(IQuery query,
Pageable page) |
| Modifier and Type | Method and Description |
|---|---|
Pageable |
QueryImpl.getPageable() |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryImpl.setPageable(Pageable pageable) |
| Modifier and Type | Method and Description |
|---|---|
QueryInfo |
Options.doQuery(IQuery query,
Pageable page) |
Copyright © 2024. All rights reserved.