| Modifier and Type | Method and Description |
|---|---|
PaginationContext |
RowNumberPaginationContextEngine.createPaginationContext(Collection<AndPredicate> andPredicates,
ProjectionsContext projectionsContext,
List<Object> parameters)
Create pagination context.
|
PaginationContext |
PaginationContextEngine.createPaginationContext(SelectStatement selectStatement,
ProjectionsContext projectionsContext,
List<Object> parameters)
Create pagination context.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectionsContext |
ProjectionsContextEngine.createProjectionsContext(String sql,
SelectStatement selectStatement,
GroupByContext groupByContext,
OrderByContext orderByContext)
Create projections context.
|
| Constructor and Description |
|---|
SelectSQLStatementContext(SelectStatement sqlStatement,
GroupByContext groupByContext,
OrderByContext orderByContext,
ProjectionsContext projectionsContext,
PaginationContext paginationContext) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.