|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Q - public interface SQLCommonQuery<Q extends SQLCommonQuery<Q>>
SQLCommonQuery is a common interface for SQLQuery and SQLSubQuery
| Method Summary | ||
|---|---|---|
Q |
from(Expr<?>... o)
Defines the sources of the query |
|
|
fullJoin(ForeignKey<E> key,
PEntity<E> entity)
Adds a full join to the given target |
|
Q |
fullJoin(PEntity<?> o)
Adds a full join to the given target |
|
Q |
fullJoin(SubQuery<?> o,
Path<?> alias)
Adds a full join to the given target |
|
|
innerJoin(ForeignKey<E> foreign,
PEntity<E> entity)
Adds an inner join to the given target |
|
Q |
innerJoin(PEntity<?> o)
Adds an inner join to the given target |
|
Q |
innerJoin(SubQuery<?> o,
Path<?> alias)
Adds an inner join to the given target |
|
|
join(ForeignKey<E> foreign,
PEntity<E> entity)
Adds a join to the given target |
|
Q |
join(PEntity<?> o)
Adds a join to the given target |
|
Q |
join(SubQuery<?> o,
Path<?> alias)
Adds a join to the given target |
|
|
leftJoin(ForeignKey<E> foreign,
PEntity<E> entity)
Adds a left join to the given target |
|
Q |
leftJoin(PEntity<?> o)
Adds a left join to the given target |
|
Q |
leftJoin(SubQuery<?> o,
Path<?> alias)
Adds a left join to the given target |
|
Q |
on(EBoolean... conditions)
Defines a filter to the last added join |
|
|
rightJoin(ForeignKey<E> foreign,
PEntity<E> entity)
Adds a right join to the given target |
|
Q |
rightJoin(PEntity<?> o)
Adds a right join to the given target |
|
Q |
rightJoin(SubQuery<?> o,
Path<?> alias)
Adds a right join to the given target |
|
| Methods inherited from interface com.mysema.query.Query |
|---|
groupBy, having, limit, offset, orderBy, restrict, set |
| Methods inherited from interface com.mysema.query.FilteredClause |
|---|
where |
| Method Detail |
|---|
Q from(Expr<?>... o)
o -
Q fullJoin(PEntity<?> o)
o -
Q innerJoin(PEntity<?> o)
o -
Q join(PEntity<?> o)
o -
Q leftJoin(PEntity<?> o)
o -
Q rightJoin(PEntity<?> o)
o -
<E> Q fullJoin(ForeignKey<E> key,
PEntity<E> entity)
o -
<E> Q innerJoin(ForeignKey<E> foreign,
PEntity<E> entity)
o -
<E> Q join(ForeignKey<E> foreign,
PEntity<E> entity)
o -
<E> Q leftJoin(ForeignKey<E> foreign,
PEntity<E> entity)
o -
<E> Q rightJoin(ForeignKey<E> foreign,
PEntity<E> entity)
o -
Q fullJoin(SubQuery<?> o,
Path<?> alias)
o -
Q innerJoin(SubQuery<?> o,
Path<?> alias)
o -
Q join(SubQuery<?> o,
Path<?> alias)
o -
Q leftJoin(SubQuery<?> o,
Path<?> alias)
o -
Q rightJoin(SubQuery<?> o,
Path<?> alias)
o -
Q on(EBoolean... conditions)
conditions -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||