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

Packages that use Templates
com.mysema.query.support Various support classes 
com.mysema.query.types Contains Querydsl grammar types 
 

Uses of Templates in com.mysema.query.support
 

Fields in com.mysema.query.support declared as Templates
static Templates ListAccessVisitor.TEMPLATE
           
static Templates CollectionAnyVisitor.TEMPLATES
           
 

Constructors in com.mysema.query.support with parameters of type Templates
SerializerBase(Templates templates)
           
SerializerBase(Templates templates, boolean dry)
           
 

Uses of Templates in com.mysema.query.types
 

Subclasses of Templates in com.mysema.query.types
 class JavaTemplates
          JavaTemplates extends Templates to provide Java syntax compliant serialization of Querydsl expressions
 

Fields in com.mysema.query.types declared as Templates
static Templates Templates.DEFAULT
           
 

Methods in com.mysema.query.types with parameters of type Templates
 String ToStringVisitor.visit(Constant<?> e, Templates templates)
           
 String ToStringVisitor.visit(FactoryExpression<?> e, Templates templates)
           
 String ToStringVisitor.visit(Operation<?> o, Templates templates)
           
 String ToStringVisitor.visit(ParamExpression<?> param, Templates templates)
           
 String ToStringVisitor.visit(Path<?> p, Templates templates)
           
 String ToStringVisitor.visit(SubQueryExpression<?> expr, Templates templates)
           
 String ToStringVisitor.visit(TemplateExpression<?> expr, Templates templates)
           
 



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