com.mysema.query.hql
Class HQLQueryMixin<T>
java.lang.Object
com.mysema.query.QueryMixin<T>
com.mysema.query.hql.HQLQueryMixin<T>
- Type Parameters:
T
-
public class HQLQueryMixin<T>
- extends QueryMixin<T>
- Author:
- tiwe
Method Summary |
T |
fetch()
|
T |
fetchAll()
|
|
fullJoin(Path<? extends Collection<P>> target)
|
|
fullJoin(Path<? extends Collection<P>> target,
Path<P> alias)
|
|
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,
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,
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,
PEntity<P> alias)
|
|
leftJoin(PMap<?,P,?> target)
|
|
leftJoin(PMap<?,P,?> target,
Path<P> alias)
|
T |
with(EBoolean... conditions)
|
Methods inherited from class com.mysema.query.QueryMixin |
addToProjection, from, fullJoin, getMetadata, getSelf, groupBy, having, innerJoin, isDistinct, isUnique, join, leftJoin, limit, offset, on, orderBy, restrict, setDistinct, setSelf, setUnique, toString, where |
HQLQueryMixin
public HQLQueryMixin()
HQLQueryMixin
public HQLQueryMixin(QueryMetadata metadata)
HQLQueryMixin
public HQLQueryMixin(T self,
QueryMetadata metadata)
fetch
public T fetch()
fetchAll
public T fetchAll()
fullJoin
public <P> T fullJoin(Path<? extends Collection<P>> target)
fullJoin
public <P> T fullJoin(Path<? extends Collection<P>> target,
Path<P> alias)
fullJoin
public <P> T fullJoin(PEntity<P> target,
PEntity<P> alias)
fullJoin
public <P> T fullJoin(PMap<?,P,?> target)
fullJoin
public <P> T fullJoin(PMap<?,P,?> target,
Path<P> alias)
innerJoin
public <P> T innerJoin(Path<? extends Collection<P>> target)
innerJoin
public <P> T innerJoin(Path<? extends Collection<P>> target,
Path<P> alias)
innerJoin
public <P> T innerJoin(PEntity<P> target,
PEntity<P> alias)
innerJoin
public <P> T innerJoin(PMap<?,P,?> target)
innerJoin
public <P> T innerJoin(PMap<?,P,?> target,
Path<P> alias)
join
public <P> T join(Path<? extends Collection<P>> target)
join
public <P> T join(Path<? extends Collection<P>> target,
Path<P> alias)
join
public <P> T join(PEntity<P> target,
PEntity<P> alias)
join
public <P> T join(PMap<?,P,?> target)
join
public <P> T join(PMap<?,P,?> target,
Path<P> alias)
leftJoin
public <P> T leftJoin(Path<? extends Collection<P>> target)
leftJoin
public <P> T leftJoin(Path<? extends Collection<P>> target,
Path<P> alias)
leftJoin
public <P> T leftJoin(PEntity<P> target,
PEntity<P> alias)
leftJoin
public <P> T leftJoin(PMap<?,P,?> target)
leftJoin
public <P> T leftJoin(PMap<?,P,?> target,
Path<P> alias)
with
public T with(EBoolean... conditions)
Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.