com.mysema.query.jdoql
Class JDOQLQueryMixin<T>

java.lang.Object
  extended by com.mysema.query.support.QueryMixin<T>
      extended by com.mysema.query.jdoql.JDOQLQueryMixin<T>
Type Parameters:
T -

public final class JDOQLQueryMixin<T>
extends QueryMixin<T>

Author:
tiwe

Constructor Summary
JDOQLQueryMixin(QueryMetadata metadata)
           
 
Method Summary
 T addToProjection(Expr<?>... o)
           
 
Methods inherited from class com.mysema.query.support.QueryMixin
from, fullJoin, getMetadata, getSelf, groupBy, having, innerJoin, isDistinct, isUnique, join, leftJoin, limit, offset, on, orderBy, restrict, setDistinct, setSelf, setUnique, toString, where
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JDOQLQueryMixin

public JDOQLQueryMixin(QueryMetadata metadata)
Method Detail

addToProjection

public T addToProjection(Expr<?>... o)
Overrides:
addToProjection in class QueryMixin<T>


Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.