public interface Join extends Source
Modifier and Type | Method and Description |
---|---|
Constraint |
getJoinCondition()
Get the join condition.
|
JoinType |
getJoinType()
Get the join type
|
Source |
getLeft()
The source for the left hand side of the join
|
Source |
getRight()
The source for the right hand side of the join
|
getSelector, getSelectorGroups, getSelectors
Source getLeft()
Source getRight()
JoinType getJoinType()
Constraint getJoinCondition()
Copyright © 2005–2017 Alfresco Software. All rights reserved.