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

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

public class JDOQLQueryMixin<T>
extends QueryMixin<T>

JDOQLQueryMixin extends QueryMixin

Author:
tiwe

Constructor Summary
JDOQLQueryMixin()
           
JDOQLQueryMixin(QueryMetadata metadata)
           
JDOQLQueryMixin(T self, QueryMetadata metadata)
           
 
Method Summary
protected  Predicate[] normalize(Predicate[] conditions, boolean where)
           
 
Methods inherited from class com.mysema.query.support.QueryMixin
addFlag, addToProjection, convert, convert, createAlias, createAlias, createAlias, createAlias, distinct, from, from, fullJoin, fullJoin, fullJoin, fullJoin, fullJoin, fullJoin, fullJoin, getMetadata, getSelf, groupBy, having, innerJoin, innerJoin, innerJoin, innerJoin, innerJoin, innerJoin, innerJoin, isDistinct, isUnique, join, join, join, join, join, join, join, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, limit, offset, on, orderBy, restrict, rightJoin, rightJoin, rightJoin, rightJoin, rightJoin, rightJoin, rightJoin, set, 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()

JDOQLQueryMixin

public JDOQLQueryMixin(QueryMetadata metadata)

JDOQLQueryMixin

public JDOQLQueryMixin(T self,
                       QueryMetadata metadata)
Method Detail

normalize

protected Predicate[] normalize(Predicate[] conditions,
                                boolean where)
Overrides:
normalize in class QueryMixin<T>


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