J
- the generic typepublic interface JoinContainer<J extends JoinContainer<J>>
Modifier and Type | Method and Description |
---|---|
J |
addJoinClause(JoinClause join)
Adds the join clause.
|
int |
getJoinCount()
Gets the join count.
|
List<JoinClause> |
getJoins()
Gets the joins.
|
<C extends JoinClause> |
registerJoinClause(C join)
Register join clause.
|
J |
setJoins(List<JoinClause> joins)
Sets the joins.
|
List<JoinClause> getJoins()
J setJoins(List<JoinClause> joins)
joins
- the joinsint getJoinCount()
J addJoinClause(JoinClause join)
join
- the join<C extends JoinClause> C registerJoinClause(C join)
C
- the generic typejoin
- the joinCopyright © 2003–2021 XDEV Software. All rights reserved.