com.mysema.query.collections
Class ColQueryMixin<T>

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

public class ColQueryMixin<T>
extends QueryMixin<T>

ColQueryMixin extends QueryMixin

Author:
tiwe

Constructor Summary
ColQueryMixin()
           
ColQueryMixin(QueryMetadata metadata)
           
ColQueryMixin(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

ColQueryMixin

public ColQueryMixin()

ColQueryMixin

public ColQueryMixin(QueryMetadata metadata)

ColQueryMixin

public ColQueryMixin(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.