T
- The concrete builder typepublic interface BaseJoinOnBuilder<T extends BaseJoinOnBuilder<T>>
Modifier and Type | Method and Description |
---|---|
RestrictionBuilder<T> |
on(String expression)
Starts a
RestrictionBuilder for an on predicate with the given expression as left hand expression. |
RestrictionBuilder<T> on(String expression)
RestrictionBuilder
for an on predicate with the given expression as left hand expression.
When the builder finishes, the predicate is added to the parent predicate container represented by the type T
.expression
- The left hand expression for a having predicateCopyright © 2015 Blazebit. All Rights Reserved.