| Package | Description |
|---|---|
| org.springframework.data.relational.core.sql |
Statement Builder implementation.
|
| Modifier and Type | Method and Description |
|---|---|
SelectBuilder.SelectOnConditionComparison |
SelectBuilder.SelectOnCondition.and(Expression column)
Declare an additional source column in the
JOIN. |
SelectBuilder.SelectOnConditionComparison |
SelectBuilder.SelectOn.on(Expression column)
Declare the source column in the
JOIN. |
Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.