Uses of Class
com.mysema.query.types.Param

Packages that use Param
com.mysema.query Contains basic Query elements 
com.mysema.query.hql Query implementations for HQL and JPAQL 
com.mysema.query.hql.hibernate HQL for Hibernate 
com.mysema.query.hql.jpa HQL Support classes 
com.mysema.query.lucene   
com.mysema.query.search   
com.mysema.query.serialization Contains stubs for Serialization of queries 
com.mysema.query.sql SQL/JDBC support for Querydsl 
com.mysema.query.sql.dml DML operations support 
com.mysema.query.support Various support classes 
com.mysema.query.types Contains Querydsl grammar types 
 

Uses of Param in com.mysema.query
 

Methods in com.mysema.query that return types with arguments of type Param
 Map<Param<?>,Object> QueryMetadata.getParams()
          Get the parameters
 Map<Param<?>,Object> DefaultQueryMetadata.getParams()
           
 

Methods in com.mysema.query with parameters of type Param
<T> Q
SimpleQuery.set(Param<T> param, T value)
          Set the given parameter to the given value
<T> Q
Query.set(Param<T> param, T value)
          Set the given parameter to the given value
<T> void
QueryMetadata.setParam(Param<T> param, T value)
           
<T> void
DefaultQueryMetadata.setParam(Param<T> param, T value)
           
 

Uses of Param in com.mysema.query.hql
 

Methods in com.mysema.query.hql with parameters of type Param
 void HQLSerializer.visit(Param<?> param)
           
 

Uses of Param in com.mysema.query.hql.hibernate
 

Method parameters in com.mysema.query.hql.hibernate with type arguments of type Param
static void HibernateUtil.setConstants(org.hibernate.Query query, Map<Object,String> constants, Map<Param<?>,Object> params)
           
 

Uses of Param in com.mysema.query.hql.jpa
 

Method parameters in com.mysema.query.hql.jpa with type arguments of type Param
static void JPAUtil.setConstants(javax.persistence.Query query, Map<Object,String> constants, Map<Param<?>,Object> params)
           
 

Uses of Param in com.mysema.query.lucene
 

Methods in com.mysema.query.lucene with parameters of type Param
<T> LuceneQuery
LuceneQuery.set(Param<T> param, T value)
           
 

Uses of Param in com.mysema.query.search
 

Methods in com.mysema.query.search with parameters of type Param
<P> SearchQuery<T>
SearchQuery.set(Param<P> param, P value)
           
 

Uses of Param in com.mysema.query.serialization
 

Methods in com.mysema.query.serialization with parameters of type Param
 void SerializerBase.visit(Param<?> param)
           
 

Uses of Param in com.mysema.query.sql
 

Methods in com.mysema.query.sql with parameters of type Param
 void SQLSerializer.visit(Param<?> param)
           
 

Method parameters in com.mysema.query.sql with type arguments of type Param
protected  void AbstractSQLQuery.setParameters(PreparedStatement stmt, Collection<?> objects, Map<Param<?>,?> params)
           
 

Uses of Param in com.mysema.query.sql.dml
 

Method parameters in com.mysema.query.sql.dml with type arguments of type Param
protected  void AbstractSQLClause.setParameters(PreparedStatement stmt, Collection<?> objects, Map<Param<?>,?> params)
           
 

Uses of Param in com.mysema.query.support
 

Methods in com.mysema.query.support with parameters of type Param
<P> T
QueryMixin.set(Param<P> param, P value)
           
<P> Q
QueryBase.set(Param<P> param, P value)
           
<P> SimpleQueryAdapter<T>
SimpleQueryAdapter.set(Param<P> param, P value)
           
 

Uses of Param in com.mysema.query.types
 

Methods in com.mysema.query.types with parameters of type Param
 void Visitor.visit(Param<?> param)
           
 void ToStringVisitor.visit(Param<?> param)
           
 

Constructors in com.mysema.query.types with parameters of type Param
ParamNotSetException(Param<?> param)
           
 



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