Uses of Interface
com.mysema.query.collections.QueryEngine

Packages that use QueryEngine
com.mysema.query.collections Implementations of Querydsl query interfaces for JavaBean collections 
 

Uses of QueryEngine in com.mysema.query.collections
 

Classes in com.mysema.query.collections that implement QueryEngine
 class DefaultQueryEngine
          Default implementation of the QueryEngine interface
 

Fields in com.mysema.query.collections declared as QueryEngine
static QueryEngine QueryEngine.DEFAULT
          Default instance
 

Methods in com.mysema.query.collections that return QueryEngine
protected  QueryEngine AbstractColQuery.getQueryEngine()
           
 

Constructors in com.mysema.query.collections with parameters of type QueryEngine
AbstractColQuery(QueryMetadata metadata, QueryEngine queryEngine)
           
ColDeleteClause(QueryEngine qe, Path<T> expr, Collection<? extends T> col)
           
ColQueryImpl(QueryEngine queryEngine)
          Create a new ColQueryImpl instance
ColQueryImpl(QueryMetadata metadata, QueryEngine queryEngine)
          Create a new ColQueryImpl instance
ColUpdateClause(QueryEngine qe, Path<T> expr, Iterable<? extends T> col)
           
 



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