com.mysema.query.hql
Class HQLSubQuery
java.lang.Object
com.mysema.query.support.QueryBase<Q>
com.mysema.query.support.DetachableQuery<HQLSubQuery>
com.mysema.query.hql.HQLSubQuery
- All Implemented Interfaces:
- Detachable
public class HQLSubQuery
- extends DetachableQuery<HQLSubQuery>
HQLSubQuery is a subquery builder class for HQL/JPAQL
- Author:
- tiwe
Method Summary |
HQLSubQuery |
from(PEntity<?>... o)
|
|
fullJoin(Path<? extends Collection<P>> target)
|
|
fullJoin(Path<? extends Collection<P>> target,
Path<P> alias)
|
|
fullJoin(PEntity<P> target)
|
|
fullJoin(PEntity<P> target,
PEntity<P> alias)
|
|
fullJoin(PMap<?,P,?> target)
|
|
fullJoin(PMap<?,P,?> target,
Path<P> alias)
|
|
innerJoin(Path<? extends Collection<P>> target)
|
|
innerJoin(Path<? extends Collection<P>> target,
Path<P> alias)
|
|
innerJoin(PEntity<P> target)
|
|
innerJoin(PEntity<P> target,
PEntity<P> alias)
|
|
innerJoin(PMap<?,P,?> target)
|
|
innerJoin(PMap<?,P,?> target,
Path<P> alias)
|
|
join(Path<? extends Collection<P>> target)
|
|
join(Path<? extends Collection<P>> target,
Path<P> alias)
|
|
join(PEntity<P> target)
|
|
join(PEntity<P> target,
PEntity<P> alias)
|
|
join(PMap<?,P,?> target)
|
|
join(PMap<?,P,?> target,
Path<P> alias)
|
|
leftJoin(Path<? extends Collection<P>> target)
|
|
leftJoin(Path<? extends Collection<P>> target,
Path<P> alias)
|
|
leftJoin(PEntity<P> target)
|
|
leftJoin(PEntity<P> target,
PEntity<P> alias)
|
|
leftJoin(PMap<?,P,?> target)
|
|
leftJoin(PMap<?,P,?> target,
Path<P> alias)
|
String |
toString()
|
HQLSubQuery |
with(EBoolean... conditions)
|
Methods inherited from class com.mysema.query.support.DetachableQuery |
count, exists, list, list, list, notExists, unique, unique, unique, unique, unique, unique, unique, unique, unique, unique |
HQLSubQuery
public HQLSubQuery()
from
public HQLSubQuery from(PEntity<?>... o)
fullJoin
public <P> HQLSubQuery fullJoin(Path<? extends Collection<P>> target)
fullJoin
public <P> HQLSubQuery fullJoin(Path<? extends Collection<P>> target,
Path<P> alias)
fullJoin
public <P> HQLSubQuery fullJoin(PEntity<P> target)
fullJoin
public <P> HQLSubQuery fullJoin(PEntity<P> target,
PEntity<P> alias)
fullJoin
public <P> HQLSubQuery fullJoin(PMap<?,P,?> target)
fullJoin
public <P> HQLSubQuery fullJoin(PMap<?,P,?> target,
Path<P> alias)
innerJoin
public <P> HQLSubQuery innerJoin(Path<? extends Collection<P>> target)
innerJoin
public <P> HQLSubQuery innerJoin(Path<? extends Collection<P>> target,
Path<P> alias)
innerJoin
public <P> HQLSubQuery innerJoin(PEntity<P> target)
innerJoin
public <P> HQLSubQuery innerJoin(PEntity<P> target,
PEntity<P> alias)
innerJoin
public <P> HQLSubQuery innerJoin(PMap<?,P,?> target)
innerJoin
public <P> HQLSubQuery innerJoin(PMap<?,P,?> target,
Path<P> alias)
join
public <P> HQLSubQuery join(Path<? extends Collection<P>> target)
join
public <P> HQLSubQuery join(Path<? extends Collection<P>> target,
Path<P> alias)
join
public <P> HQLSubQuery join(PEntity<P> target)
join
public <P> HQLSubQuery join(PEntity<P> target,
PEntity<P> alias)
join
public <P> HQLSubQuery join(PMap<?,P,?> target)
join
public <P> HQLSubQuery join(PMap<?,P,?> target,
Path<P> alias)
leftJoin
public <P> HQLSubQuery leftJoin(Path<? extends Collection<P>> target)
leftJoin
public <P> HQLSubQuery leftJoin(Path<? extends Collection<P>> target,
Path<P> alias)
leftJoin
public <P> HQLSubQuery leftJoin(PEntity<P> target)
leftJoin
public <P> HQLSubQuery leftJoin(PEntity<P> target,
PEntity<P> alias)
leftJoin
public <P> HQLSubQuery leftJoin(PMap<?,P,?> target)
leftJoin
public <P> HQLSubQuery leftJoin(PMap<?,P,?> target,
Path<P> alias)
with
public HQLSubQuery with(EBoolean... conditions)
toString
public String toString()
- Overrides:
toString
in class QueryBase<HQLSubQuery>
Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.