| Package | Description |
|---|---|
| org.springframework.data.relational.core.sql |
Statement Builder implementation.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SelectBuilder.SelectFromAndJoin
Builder exposing
FROM, JOIN, WHERE, LIMIT/OFFSET and LOCK methods. |
static interface |
SelectBuilder.SelectFromAndJoinCondition
Builder exposing
FROM, WHERE, LIMIT/OFFSET, JOIN AND and LOCK continuation methods. |
static interface |
SelectBuilder.SelectFromAndOrderBy
Builder exposing
FROM, JOIN, WHERE, LIMIT/OFFSET and LOCK methods. |
| Modifier and Type | Method and Description |
|---|---|
SelectBuilder.SelectLimitOffset |
SelectBuilder.SelectLimitOffset.limit(long limit)
Apply a limit of rows to read.
|
SelectBuilder.SelectLimitOffset |
SelectBuilder.SelectLimitOffset.limitOffset(long limit,
long offset)
Apply
limit and offset parameters to the select statement. |
SelectBuilder.SelectLimitOffset |
SelectBuilder.SelectLimitOffset.offset(long offset)
Apply an offset where to start reading rows.
|
Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.