| Package | Description |
|---|---|
| org.ibatis.persist.criteria |
| Modifier and Type | Method and Description |
|---|---|
Join |
From.join(From from)
Create an inner join to the specified attribute.
|
Join |
From.join(From from,
JoinType jt)
Create a join to the specified attribute using the given join type.
|
Join |
Join.on(Expression<Boolean> restriction)
Modify the join to restrict the result according to the specified ON condition and return the join object.
|
Join |
Join.on(Predicate... restrictions)
Modify the join to restrict the result according to the specified ON condition and return the join object.
|
Copyright © 2084–2018 dukeware.com. All rights reserved.