com.mysema.query.hql
Class AbstractHQLSubQuery<Q extends AbstractHQLSubQuery<Q>>
java.lang.Object
com.mysema.query.support.QueryBase<Q>
com.mysema.query.support.DetachableQuery<Q>
com.mysema.query.hql.AbstractHQLSubQuery<Q>
- Type Parameters:
Q
-
- All Implemented Interfaces:
- Detachable
- Direct Known Subclasses:
- HQLSubQuery
public class AbstractHQLSubQuery<Q extends AbstractHQLSubQuery<Q>>
- extends DetachableQuery<Q>
Abstract superclass for SubQuery implementations
- Author:
- tiwe
Method Summary |
Q |
from(EntityPath<?>... o)
|
|
fullJoin(EntityPath<P> target)
|
|
fullJoin(EntityPath<P> target,
EntityPath<P> alias)
|
|
fullJoin(Path<? extends Collection<P>> target)
|
|
fullJoin(Path<? extends Collection<P>> target,
Path<P> alias)
|
|
fullJoin(PMap<?,P,?> target)
|
|
fullJoin(PMap<?,P,?> target,
Path<P> alias)
|
|
innerJoin(EntityPath<P> target)
|
|
innerJoin(EntityPath<P> target,
EntityPath<P> alias)
|
|
innerJoin(Path<? extends Collection<P>> target)
|
|
innerJoin(Path<? extends Collection<P>> target,
Path<P> alias)
|
|
innerJoin(PMap<?,P,?> target)
|
|
innerJoin(PMap<?,P,?> target,
Path<P> alias)
|
|
join(EntityPath<P> target)
|
|
join(EntityPath<P> target,
EntityPath<P> alias)
|
|
join(Path<? extends Collection<P>> target)
|
|
join(Path<? extends Collection<P>> target,
Path<P> alias)
|
|
join(PMap<?,P,?> target)
|
|
join(PMap<?,P,?> target,
Path<P> alias)
|
|
leftJoin(EntityPath<P> target)
|
|
leftJoin(EntityPath<P> target,
EntityPath<P> alias)
|
|
leftJoin(Path<? extends Collection<P>> target)
|
|
leftJoin(Path<? extends Collection<P>> target,
Path<P> alias)
|
|
leftJoin(PMap<?,P,?> target)
|
|
leftJoin(PMap<?,P,?> target,
Path<P> alias)
|
String |
toString()
|
Q |
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 |
AbstractHQLSubQuery
public AbstractHQLSubQuery()
AbstractHQLSubQuery
public AbstractHQLSubQuery(QueryMetadata metadata)
from
public Q from(EntityPath<?>... o)
fullJoin
public <P> Q fullJoin(Path<? extends Collection<P>> target)
fullJoin
public <P> Q fullJoin(Path<? extends Collection<P>> target,
Path<P> alias)
fullJoin
public <P> Q fullJoin(EntityPath<P> target)
fullJoin
public <P> Q fullJoin(EntityPath<P> target,
EntityPath<P> alias)
fullJoin
public <P> Q fullJoin(PMap<?,P,?> target)
fullJoin
public <P> Q fullJoin(PMap<?,P,?> target,
Path<P> alias)
innerJoin
public <P> Q innerJoin(Path<? extends Collection<P>> target)
innerJoin
public <P> Q innerJoin(Path<? extends Collection<P>> target,
Path<P> alias)
innerJoin
public <P> Q innerJoin(EntityPath<P> target)
innerJoin
public <P> Q innerJoin(EntityPath<P> target,
EntityPath<P> alias)
innerJoin
public <P> Q innerJoin(PMap<?,P,?> target)
innerJoin
public <P> Q innerJoin(PMap<?,P,?> target,
Path<P> alias)
join
public <P> Q join(Path<? extends Collection<P>> target)
join
public <P> Q join(Path<? extends Collection<P>> target,
Path<P> alias)
join
public <P> Q join(EntityPath<P> target)
join
public <P> Q join(EntityPath<P> target,
EntityPath<P> alias)
join
public <P> Q join(PMap<?,P,?> target)
join
public <P> Q join(PMap<?,P,?> target,
Path<P> alias)
leftJoin
public <P> Q leftJoin(Path<? extends Collection<P>> target)
leftJoin
public <P> Q leftJoin(Path<? extends Collection<P>> target,
Path<P> alias)
leftJoin
public <P> Q leftJoin(EntityPath<P> target)
leftJoin
public <P> Q leftJoin(EntityPath<P> target,
EntityPath<P> alias)
leftJoin
public <P> Q leftJoin(PMap<?,P,?> target)
leftJoin
public <P> Q leftJoin(PMap<?,P,?> target,
Path<P> alias)
with
public Q with(EBoolean... conditions)
toString
public String toString()
- Overrides:
toString
in class QueryBase<Q extends AbstractHQLSubQuery<Q>>
Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.