public interface PagedSQLBuilder
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
COUNT_ALIAS |
| 限定符和类型 | 方法和说明 |
|---|---|
default String |
buildCountSQL(String rawSQL)
Builds counting SQL by given query SQL.
|
default String |
buildQuerySQL(Page page,
String rawSQL,
DomainModelDescriptor modelDescriptor)
Builds paged querying SQLby given SQL.
|
default String |
getCountAlias() |
default String buildCountSQL(String rawSQL) throws SQLException
rawSQL - The original query sql.SQLExceptiondefault String buildQuerySQL(Page page, String rawSQL, DomainModelDescriptor modelDescriptor) throws SQLException
rawSQL - SQLExceptiondefault String getCountAlias()
Copyright © 2020 com.github.braisdom. All rights reserved.